Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into flyio
Browse files Browse the repository at this point in the history
  • Loading branch information
andros21 committed Apr 14, 2024
2 parents b3c48f3 + bcd7e66 commit 8f6abfe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
poetry export -o requirements.txt
- name: install cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
- name: verify base images
run: |
cosign dockerfile verify \
Expand All @@ -53,7 +53,7 @@ jobs:
Dockerfile | jq .
- name: docker buildx
id: buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb
- name: login ghcr.io
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: build
steps:
- name: install cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
- name: login ghcr.io
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: checkout project
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: install cosign
uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
- name: verify rwalk image
run: |
cosign verify \
Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f6abfe

Please sign in to comment.