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 6a2a35e commit 4a835ab
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 @@ -34,8 +34,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 Down Expand Up @@ -65,10 +65,10 @@ jobs:
# TODO(jaosorior): Fail build once we migrate off CentOS.
fail-build: false

- 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: Push Images Again
id: dockerpush
Expand Down

0 comments on commit 4a835ab

Please sign in to comment.