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 73fc466 commit 9130586Copy full SHA for 9130586
.github/workflows/publish.yml
@@ -65,5 +65,5 @@ jobs:
65
uses: docker/build-push-action@v4
66
with:
67
push: true
68
- tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.version }}
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.version }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
69
labels: ${{ steps.meta.outputs.labels }}
0 commit comments