Skip to content

Commit 416b936

Browse files
committed
fix copy&paste error in test build action
1 parent 97cb357 commit 416b936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image-testing.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}
5757
5858
- name: Sign Docker Hub image
59-
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.push-dockerhub.outputs.digest }}
59+
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.push-dockerhub.outputs.digest }}
6060
env:
6161
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
6262
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
@@ -74,7 +74,7 @@ jobs:
7474
ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}
7575
7676
- name: Sign GHCR image
77-
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:${{ steps.get_tag.outputs.VERSION }}@${{ steps.push-ghcr.outputs.digest }}
77+
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.push-ghcr.outputs.digest }}
7878
env:
7979
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
8080
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)