Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed May 23, 2024
1 parent c0e63b0 commit 1581a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: docker build . --file Dockerfile --tag $IMAGE_NAME

- name: Log into registry
run: echo "${{ secrets.CR_PAT }}" | docker login docker.pkg.github.com -u ${{ github.CR_USER }} --password-stdin
run: docker login docker.pkg.github.com -u ${{ github.CR_USER }} -p "${{ secrets.CR_PAT }}"

- name: Push image
run: |
Expand Down

0 comments on commit 1581a81

Please sign in to comment.