Skip to content

Commit

Permalink
Ignore bs
Browse files Browse the repository at this point in the history
  • Loading branch information
audunsolemdal committed Aug 1, 2023
1 parent 1f3a695 commit 308978e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/docker-api-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ jobs:

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/[email protected]

- name: Sign the images with GitHub OIDC Token
if: ${{ github.event_name != 'pull_request' }}
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }}
run: cosign sign --yes "${TAGS}@${DIGEST}"
# - name: Install cosign
# if: github.event_name != 'pull_request'
# uses: sigstore/[email protected]

# - name: Sign the images with GitHub OIDC Token
# if: ${{ github.event_name != 'pull_request' }}
# env:
# DIGEST: ${{ steps.build-and-push.outputs.digest }}
# TAGS: ${{ steps.meta.outputs.tags }}
# run: cosign sign --yes "${TAGS}@${DIGEST}"
20 changes: 10 additions & 10 deletions .github/workflows/docker-web-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ jobs:

# Install the cosign tool except on PR
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/[email protected]

- name: Sign the images with GitHub OIDC Token
if: ${{ github.event_name != 'pull_request' }}
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.meta.outputs.tags }}
run: cosign sign --yes "${TAGS}@${DIGEST}"
# - name: Install cosign
# if: github.event_name != 'pull_request'
# uses: sigstore/[email protected]

# - name: Sign the images with GitHub OIDC Token
# if: ${{ github.event_name != 'pull_request' }}
# env:
# DIGEST: ${{ steps.build-and-push.outputs.digest }}
# TAGS: ${{ steps.meta.outputs.tags }}
# run: cosign sign --yes "${TAGS}@${DIGEST}"

0 comments on commit 308978e

Please sign in to comment.