Merge pull request #2162 from crazy-max/ci-username-var

ci: use org-wide var as username
This commit is contained in:
CrazyMax 2023-12-14 14:35:19 +01:00 committed by GitHub
commit 8484fcdd57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,7 +225,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
username: ${{ vars.DOCKERPUBLICBOT_USERNAME }}
password: ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
-
name: Build and push image