We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5066623 commit 49681fdCopy full SHA for 49681fd
.github/workflows/master-latest.yml
@@ -36,7 +36,7 @@ jobs:
36
platforms: linux/amd64,linux/arm64
37
pull: true
38
push: true
39
- tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest
+ tags: ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:latest,ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}:${{ github.sha }}
40
labels: |
41
org.opencontainers.image.title=${{ github.event.repository.name }}
42
org.opencontainers.image.description=${{ github.event.repository.description }}
0 commit comments