Skip to content

Commit

Permalink
fix: remove duplicate checkout
Browse files Browse the repository at this point in the history
Also removed version check for cosign install.
Unnecessary in this context.

Signed-off-by: Arthur Savage <[email protected]>
  • Loading branch information
arthurus-rex committed Jul 29, 2024
1 parent aa611f3 commit e9aca5b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- name: checkout
uses: actions/[email protected]

with:
fetch-depth: 0

- name: qemu-setup
uses: docker/setup-qemu-action@v3

Expand All @@ -30,14 +32,6 @@ jobs:
with:
cosign-release: 'v2.2.4'

- name: check-cosign-install
run: cosign version

- name: checkout
uses: actions/[email protected]
with:
fetch-depth: 0

- name: build-push-action
id: build-push-image
uses: docker/build-push-action@v3
Expand Down

0 comments on commit e9aca5b

Please sign in to comment.