From aafb4b67164b331fb86c1487682b12ccf7d9d125 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 16:54:08 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} -- 2.49.1 From cd3f8f5b59c4af561a1ef821dab4807593825c37 Mon Sep 17 00:00:00 2001 From: ryuupendragon Date: Wed, 1 Oct 2025 22:08:58 +0530 Subject: [PATCH 2/2] Update from GHCR username to vars --- .github/workflows/build-and-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yml b/.github/workflows/build-and-push.yml index 16eb9eb..a2ad433 100644 --- a/.github/workflows/build-and-push.yml +++ b/.github/workflows/build-and-push.yml @@ -57,7 +57,7 @@ jobs: uses: docker/login-action@v3.5.0 with: registry: ghcr.io - username: ${{ github.actor }} + username: ${{ vars.GH_USERNAME }} password: ${{ secrets.GH_TOKEN }} - name: Login to Docker Hub -- 2.49.1