Skip to content

Commit

Permalink
RDGRS-953: create artifact before docker build on trivy
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonMan committed Dec 4, 2024
1 parent d6703d8 commit f71978d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@v4

- name: GoReleaser
uses: goreleaser/goreleaser-action@v2
uses: goreleaser/goreleaser-action@v6
with:
version: latest
version: '~> v2'
args: --clean --snapshot --config .goreleaser.yaml

- name: Build an image from Dockerfile
Expand Down

0 comments on commit f71978d

Please sign in to comment.