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 92ecda5 commit 81c6dceCopy full SHA for 81c6dce
.github/workflows/docker.yml
@@ -47,5 +47,7 @@ jobs:
47
with:
48
context: .
49
push: true
50
- tags: ${{ steps.meta.outputs.tags }}
+ tags: |
51
+ ${{ steps.meta.outputs.tags }}
52
+ ghcr.io/${{ github.repository }}:latest
53
labels: ${{ steps.meta.outputs.labels }}
0 commit comments