forked from equinor/aware
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f3a695
commit 308978e
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" |