We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cfde4 commit c778710Copy full SHA for c778710
.github/workflows/publish.yml
@@ -39,4 +39,6 @@ jobs:
39
context: .
40
file: ./Dockerfile
41
push: true
42
- tags: ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
+ tags: |
43
+ ghcr.io/${{ github.repository }}:${{ steps.docker_meta.outputs.VERSION }}
44
+ ghcr.io/${{ github.repository }}:latest
0 commit comments