Skip to content

Commit

Permalink
ci: fix registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
hideki0403 committed Feb 18, 2024
1 parent 3d05438 commit b9f94b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
REGISTRY_IMAGE: ${{ github.repository }}
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
TAGS: |
type=edge
type=ref,event=pr
Expand Down

0 comments on commit b9f94b3

Please sign in to comment.