Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
wollomatic committed Jul 18, 2024
1 parent 31fa99f commit df7a839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
build-args: VERSION=${{ steps.get_tag.outputs.VERSION }}
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/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/${{ secrets.DOCKERHUB_USERNAME }}/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.build-and-push.outputs.digest }}
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 }}
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
build-args: VERSION=testing-${{ github.sha }}
tags: docker.io/${{ secrets.DOCKERHUB_USERNAME }}/socket-proxy:testing
tags: docker.io/wollomatic/socket-proxy:testing,docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}

0 comments on commit df7a839

Please sign in to comment.