Skip to content

Commit

Permalink
container-release: Fix metadata step (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
IRHM committed Apr 18, 2024
1 parent 5ac07c0 commit b800369
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.image }}
images: |
${{ env.image }}
ghcr.io/${{ env.image }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b800369

Please sign in to comment.