Skip to content

Commit

Permalink
.github/workflows/release-docker-image.yml: Disable cosign
Browse files Browse the repository at this point in the history
  • Loading branch information
splaspood committed Jun 13, 2023
1 parent f14f6c8 commit 5b2b058
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
type=semver,pattern={{raw}}
type=sha
- name: install cosign
uses: sigstore/cosign-installer@main
# - name: install cosign
# uses: sigstore/cosign-installer@main

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand All @@ -55,10 +55,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64

- name: Sign the images with GitHub OIDC Token
run: cosign sign --recursive --yes ghcr.io/metal-toolbox/ironlib@${{ steps.dockerbuild.outputs.digest }}
env:
COSIGN_EXPERIMENTAL: true
# - name: Sign the images with GitHub OIDC Token
# run: cosign sign --recursive --yes ghcr.io/metal-toolbox/ironlib@${{ steps.dockerbuild.outputs.digest }}
# env:
# COSIGN_EXPERIMENTAL: true

- name: Scan image
id: scan
Expand Down

0 comments on commit 5b2b058

Please sign in to comment.