Skip to content

Commit 9130586

Browse files
committed
feat: Add support for latest tag
1 parent 73fc466 commit 9130586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ jobs:
6565
uses: docker/build-push-action@v4
6666
with:
6767
push: true
68-
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.version }}
68+
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.release.outputs.version }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
6969
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)