Skip to content

Commit

Permalink
Merge pull request #5 from dnesting/dnesting-patch-1
Browse files Browse the repository at this point in the history
Update docker-image.yml
  • Loading branch information
dnesting authored Sep 2, 2024
2 parents ce8a6cc + 1f3c2ff commit 7b70a38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run tests
run: make test

Expand All @@ -42,19 +42,19 @@ jobs:

- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 #v2.6.0
uses: sigstore/cosign-installer@v2
with:
cosign-release: 'v1.13.1'
cosign-release: 'v2.0.0' # Update to the latest stable version

- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v4
with:
images: ${{ env.IMAGE_NAME }}

- name: Build and push
id: build-and-push
uses: docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
Expand Down

0 comments on commit 7b70a38

Please sign in to comment.