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

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