We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb16716 commit 5692dfeCopy full SHA for 5692dfe
.github/workflows/docker-build.yml
@@ -201,6 +201,11 @@ jobs:
201
${{ env.REPOSITORY }}:${AMD64TAG} \
202
${{ env.REPOSITORY }}:${ARM64TAG} \
203
${{ 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}
209
fi
210
# v1.xx-debian-n.m
211
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