Skip to content

Commit 2dd6172

Browse files
committed
fix date
Signed-off-by: Yutaka Kondo <[email protected]>
1 parent 2a00215 commit 2dd6172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/docker-build-and-push/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ runs:
8686
tags+=("$(echo "${{ github.ref }}" | sed -E 's/.*([vV][0-9]+\.[0-9]+\.[0-9]+).*/\1/')")
8787
fi
8888
89-
tags+=("{{date 'YYYYMMDD'}}")
89+
tags+=("${{ date 'YYYYMMDD' }}")
9090
tags+=("latest")
9191
tags+=("latest-${{ inputs.tag-prefix }}")
9292

0 commit comments

Comments
 (0)