Skip to content

Commit e900a27

Browse files
author
Newton Pasqualini Filho
committed
RDGRS-953: create artifact before docker build on trivy
1 parent 0fc0e8d commit e900a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: goreleaser/goreleaser-action@v2
3434
with:
3535
version: latest
36-
args: --clean --snapshot --config .goreleaser.yml
36+
args: --clean --snapshot --config ${{ env.GITHUB_WORKSPACE }}/.goreleaser.yml
3737

3838
- name: Build an image from Dockerfile
3939
run: |

0 commit comments

Comments
 (0)