Skip to content

Commit

Permalink
Update docker-image-release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Ellsässer <github@wollomatic.de>
  • Loading branch information
wollomatic authored Jun 5, 2024
1 parent c2c2d3a commit 6ba2fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
build-args: VERSION=${{ steps.get_tag.outputs.VERSION }}
tags: docker.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }},docker.io/${{ secrets.DOCKERHUB_USERNAME }}/socket-proxy:1
tags: docker.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }},docker.io/wollomatic/socket-proxy:1

- name: Sign images for all platforms
run: cosign sign --yes --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.build-and-push.outputs.digest }}
Expand Down

0 comments on commit 6ba2fa6

Please sign in to comment.