We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d25d99 commit 87e451fCopy full SHA for 87e451f
.github/workflows/docker-build-and-push.yml
@@ -34,7 +34,7 @@ jobs:
34
context: .
35
push: true
36
tags: |
37
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:latest
38
- ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:${{ github.sha }}
+ ghcr.io/${{ github.repository }}:latest
+ ghcr.io/${{ github.repository }}:${{ github.sha }}
39
platforms: linux/amd64,linux/arm64
40
0 commit comments