Skip to content

Commit

Permalink
update username
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Jan 26, 2021
1 parent 86afef5 commit 3f2bb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
username: ${{ secrets.CR_USER }}
password: ${{ secrets.CR_PAT }}
- name: Push Docker image
if: ${{ github.repository == 'alfio-event/alf.io' && matrix.postgresql == '12'}}
Expand Down

0 comments on commit 3f2bb43

Please sign in to comment.