Skip to content

Commit

Permalink
fix(CI): specify docker repository to metadata Action
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Oct 10, 2024
1 parent 33d1ec0 commit fc0d6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: |
${{ env.REGISTRY }}/${{ env.IMAGE_REPOSITORY }}
${{ env.REGISTRY }}/${{ github.repository }}
- id: image-tag
name: Set image tag
run: |
Expand Down

0 comments on commit fc0d6c2

Please sign in to comment.