Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from chainguard-dev/fix-job
Browse files Browse the repository at this point in the history
fix make rule
  • Loading branch information
vaikas authored Aug 8, 2022
2 parents 7508b14 + 702e70c commit 63d733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before:
hooks:
- go mod tidy
- /bin/bash -c 'if [ -n "$(git --no-pager diff --exit-code go.mod go.sum)" ]; then exit 1; fi'
- /bin/bash -c 'make sign-images'
- /bin/bash -c 'make release-images'

builds:
- skip: true
Expand Down

0 comments on commit 63d733e

Please sign in to comment.