Skip to content

Commit

Permalink
docker: Fix missing authorization when pushing image
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor committed Oct 9, 2023
1 parent 33c0f39 commit ed21e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v2
if: github.ref == 'refs/heads/master' && matrix.tag == 'latest'
if: github.ref == 'refs/heads/master'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit ed21e83

Please sign in to comment.