Skip to content

Commit 229811e

Browse files
Merge pull request #11 from OWASP/develop
Update image name
2 parents 7e3c38f + f3e507a commit 229811e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish-ghcr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
context: .
3535
push: true
36-
platforms: linux/amd64,linux/arm64
36+
platforms: linux/amd64,linux/arm64
3737
tags: |
38-
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
39-
ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
38+
ghcr.io/owasp/lets-threat-model:latest
39+
ghcr.io/owasp/lets-threat-model:${{ github.sha }}ß

0 commit comments

Comments
 (0)