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 9c8d088 commit d6703d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: --clean --snapshot --config ${{ github.workspace }}/.goreleaser.yml
args: --clean --snapshot --config .goreleaser.yaml

- name: Build an image from Dockerfile
run: |
Expand Down

0 comments on commit d6703d8

Please sign in to comment.