Skip to content

Commit

Permalink
ci: add docker image scan
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx committed Jul 17, 2023
1 parent 3aca2bf commit 32e69c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
needs:
- snyk-scan-deps-licences
- snyk-scan-code
outputs:
tag: ${{ steps.setup_tags.outputs.tag }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

Expand Down Expand Up @@ -125,7 +127,7 @@ jobs:
image_registry: "docker.io"
image_organization: "radixdlt"
image_name: "private-radix-dapp-toolkit"
tag: test1
tag: ${{ needs.build.outputs.tag }}
tags: |
type=sha,event=branch
type=sha,event=pr
Expand Down

0 comments on commit 32e69c1

Please sign in to comment.