Skip to content

Commit

Permalink
fix docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Dec 4, 2020
1 parent 44a8cec commit ec32e5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,11 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to GPR
- name: Login to GHCR
uses: docker/login-action@v1
with:
username: anweiss
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCRPAT }}

- name: Build and push image
Expand Down

0 comments on commit ec32e5f

Please sign in to comment.