Skip to content

Commit

Permalink
ci: fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Feb 15, 2024
1 parent bd61c5a commit 92c669b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: docker-meta
uses: docker/metadata-action@v5
with:
images: ghcr.io/${{ github.action_repository }}
images: ghcr.io/${{ github.repository }}
- name: Build and push
uses: docker/build-push-action@v5
id: docker-build
Expand Down

0 comments on commit 92c669b

Please sign in to comment.