Skip to content

Commit

Permalink
update automation to use 1.3.0 release (#997)
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Sanders <[email protected]>
  • Loading branch information
Jake Sanders authored Nov 3, 2021
1 parent c6c032e commit 6573dcd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: sigstore/cosign-installer@v1.1.0
- uses: sigstore/cosign-installer@main
- uses: actions/setup-go@v2
with:
go-version: '1.17.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-oidc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
go-version: '1.17.x'

# Install tools.
- uses: sigstore/cosign-installer@v1.2.1
- uses: sigstore/cosign-installer@main
- uses: imjasonh/[email protected]

- name: Build and sign a container image
Expand Down
22 changes: 11 additions & 11 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,47 +32,47 @@ steps:
echo "Checking out ${_TOOL_REF}"
git checkout ${_TOOL_REF}
- name: 'gcr.io/projectsigstore/cosign:v1.2.1@sha256:68801416e6ae0a48820baa3f071146d18846d8cd26ca8ec3a1e87fca8a735498'
- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '-base-image-only'
- '-key'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile'

- name: 'gcr.io/projectsigstore/cosign:v1.2.1@sha256:68801416e6ae0a48820baa3f071146d18846d8cd26ca8ec3a1e87fca8a735498'
- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '-base-image-only'
- '-key'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile.cosigned'

- name: 'gcr.io/projectsigstore/cosign:v1.2.1@sha256:68801416e6ae0a48820baa3f071146d18846d8cd26ca8ec3a1e87fca8a735498'
- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
env:
- RUNTIME_IMAGE=${_RUNTIME_IMAGE}
args:
- 'dockerfile'
- 'verify'
- '-base-image-only'
- '-key'
- '--base-image-only'
- '--key'
- 'https://raw.githubusercontent.com/GoogleContainerTools/distroless/main/cosign.pub'
- './Dockerfile.sget'

- name: 'gcr.io/projectsigstore/cosign:v1.2.1@sha256:68801416e6ae0a48820baa3f071146d18846d8cd26ca8ec3a1e87fca8a735498'
- name: 'gcr.io/projectsigstore/cosign:1.3.0@sha256:65de2f3f2844815ed20ab939319e3dad4238a9aaaf4893b22ec5702e9bc33755'
dir: "go/src/sigstore/cosign"
args:
- 'verify'
- '-key'
- '--key'
- 'https://raw.githubusercontent.com/gythialy/golang-cross/master/cosign.pub'
- 'ghcr.io/gythialy/golang-cross:v1.17.2-1@sha256:51f3c71079f6e1d7d0732b33bcc54ebd310f6ea155ac7dbe244a8695334bd50a'

Expand Down

0 comments on commit 6573dcd

Please sign in to comment.