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