Skip to content

Commit

Permalink
build image when testing; don't scan when releasing
Browse files Browse the repository at this point in the history
Signed-off-by: Liam Stanley <[email protected]>
  • Loading branch information
lrstanley committed Apr 10, 2022
1 parent 9447143 commit 7e0105a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
scan: false
go-release:
uses: lrstanley/.github/.github/workflows/lang-go-release.yml@master
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ jobs:
uses: lrstanley/.github/.github/workflows/lang-go-lint.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
docker-test:
uses: lrstanley/.github/.github/workflows/docker-release.yml@master
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
push: false

0 comments on commit 7e0105a

Please sign in to comment.