We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa884a7 commit 220a503Copy full SHA for 220a503
.github/workflows/docker-image.yml
@@ -42,6 +42,5 @@ jobs:
42
username: ${{ secrets.GHCR_USERNAME }}
43
password: ${{ secrets.GHCR_TOKEN }}
44
tags: |
45
- ghcr.io/${{ env.repo_lowercase }}:${{ env.VERSION }}
46
- ghcr.io/${{ env.repo_lowercase }}:${{ env.LATEST }}
+ 2.0.7
47
labels: ${{ steps.meta.outputs.labels }}
0 commit comments