From 7153729e9cd683cb75f74385c825b5638fe16b57 Mon Sep 17 00:00:00 2001 From: marvin Date: Mon, 21 Sep 2026 14:30:27 -0400 Subject: [PATCH] Use neutral registry secret names --- .github/workflows/container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 6fb20dc..c2c2362 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -27,8 +27,8 @@ jobs: uses: docker/login-action@v3 with: registry: git.us2plus2.com - username: ${{ secrets.GITEA_REGISTRY_USERNAME }} - password: ${{ secrets.GITEA_REGISTRY_TOKEN }} + username: ${{ secrets.REGISTRY_USERNAME }} + password: ${{ secrets.REGISTRY_TOKEN }} - name: Generate image tags id: meta