Skip to content

Commit 5692dfe

Browse files
authored
Introduce latest tag (#429)
See #424 Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent fb16716 commit 5692dfe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ jobs:
201201
${{ env.REPOSITORY }}:${AMD64TAG} \
202202
${{ env.REPOSITORY }}:${ARM64TAG} \
203203
${{ env.REPOSITORY }}:${ARMHFTAG}
204+
# latest
205+
docker buildx imagetools create -t ${{ env.REPOSITORY }}:latest \
206+
${{ env.REPOSITORY }}:${AMD64TAG} \
207+
${{ env.REPOSITORY }}:${ARM64TAG} \
208+
${{ env.REPOSITORY }}:${ARMHFTAG}
204209
fi
205210
# v1.xx-debian-n.m
206211
if [ ${MULTIARCH_AMD64_SHORT_TAG} != ${MULTIARCH_ARM64_SHORT_TAG} -o ${MULTIARCH_AMD64_SHORT_TAG} != ${MULTIARCH_ARMHF_SHORT_TAG} -o ${MULTIARCH_ARM64_SHORT_TAG} != ${MULTIARCH_ARMHF_SHORT_TAG} ]; then

0 commit comments

Comments
 (0)