Skip to content

Commit

Permalink
Fix GitHub package image name
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryHung committed Sep 28, 2023
1 parent 9279a05 commit 10f8580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
images: |
${{ secrets.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}
ghcr.io/${{ env.IMAGE_NAME }}
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=pep440,pattern={{version}}
- name: Build and push Docker image
Expand Down

0 comments on commit 10f8580

Please sign in to comment.