Skip to content

Commit

Permalink
add tag to cosign target
Browse files Browse the repository at this point in the history
  • Loading branch information
voigt committed Sep 28, 2023
1 parent 37fbf64 commit d4b1de0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:
-
name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
-
name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -72,7 +72,7 @@ jobs:
--yes \
--output-certificate crt.pem \
--output-signature kwasm-image.sig \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}
-
name: package release assets
if: runner.os != 'Windows'
Expand Down

0 comments on commit d4b1de0

Please sign in to comment.