Skip to content

Commit 528b4f1

Browse files
committed
fix: add todo for latest tag
1 parent 8a04017 commit 528b4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
with:
4040
context: .
4141
platforms: linux/amd64,linux/arm64
42+
# TODO: add latest tag
4243
tags: ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}, ${{ env.IMAGE_REPOSITORY }}:${{ env.TAG_PREFIX }}${{ steps.set-properties.outputs.VERSION }}-${{ steps.set-properties.outputs.DATE }}
4344
file: Dockerfile
4445
push: true

0 commit comments

Comments
 (0)