Skip to content

Commit

Permalink
chore(docker): undo signing for now (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisns committed Nov 5, 2021
1 parent 9029996 commit 5be5da1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docker-release.yml
Expand Up @@ -12,8 +12,6 @@ jobs:
build-push:
permissions:
packages: write
id-token: write

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -68,14 +66,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

- uses: sigstore/cosign-installer@v1.2.1

- name: Sign the images
run: while read -r TAG
do
cosign sign $TAG
done <<< "$TAGS"
env:
TAGS: ${{ steps.docker_meta.outputs.tags }}
COSIGN_EXPERIMENTAL: 1

0 comments on commit 5be5da1

Please sign in to comment.