Skip to content

Commit 70093e6

Browse files
committed
do not sign testing images
1 parent f816226 commit 70093e6

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
args: ./...
2424

25-
- name: Install Cosign
26-
uses: sigstore/cosign-installer@v3.8.1
27-
with:
28-
cosign-release: 'v2.4.3'
25+
# - name: Install Cosign
26+
# uses: sigstore/cosign-installer@v3.8.1
27+
# with:
28+
# cosign-release: 'v2.4.3'
2929

3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v3
@@ -57,14 +57,14 @@ jobs:
5757
ghcr.io/wollomatic/socket-proxy:testing
5858
ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}
5959
60-
- name: Sign Docker Hub image
61-
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.build-and-push.outputs.digest }}
62-
env:
63-
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
64-
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
65-
66-
- name: Sign GitHub Container Registry image
67-
run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.build-and-push.outputs.digest }}
68-
env:
69-
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
70-
COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
60+
# - name: Sign Docker Hub image
61+
# run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY docker.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.build-and-push.outputs.digest }}
62+
# env:
63+
# COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
64+
# COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}
65+
#
66+
# - name: Sign GitHub Container Registry image
67+
# run: cosign sign --yes --recursive --key env://COSIGN_PRIVATE_KEY ghcr.io/wollomatic/socket-proxy:testing-${{ github.sha }}@${{ steps.build-and-push.outputs.digest }}
68+
# env:
69+
# COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
70+
# COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }}

0 commit comments

Comments
 (0)