We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e3c38f + f3e507a commit 229811eCopy full SHA for 229811e
1 file changed
.github/workflows/docker-publish-ghcr.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
context: .
35
push: true
36
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64,linux/arm64
37
tags: |
38
- ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
39
- ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
+ ghcr.io/owasp/lets-threat-model:latest
+ ghcr.io/owasp/lets-threat-model:${{ github.sha }}ß
0 commit comments