Skip to content

Commit 5e53e2a

Browse files
authored
Merge pull request #406 from securesign/skip-gcp-step
Add extra skip for container step
2 parents 60630c7 + df10ed6 commit 5e53e2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
run: gcloud auth configure-docker --quiet
6565

6666
- name: container
67+
if: false # securesign/rekor we dont have access to this gcp resource so this will always fail, this skips the step
6768
run: KO_PREFIX=gcr.io/projectsigstore/rekor/ci/rekor make sign-keyless-ci
6869
env:
6970
COSIGN_YES: true

0 commit comments

Comments
 (0)