fix: re-add latest tag for docker hub - which aligns to the :devleop tag

pull/12505/head^2
Matthias 4 months ago
parent ea52deb98e
commit 11eb0c0802

@ -290,6 +290,7 @@ jobs:
docker buildx imagetools create \
--tag ${GHCR_IMAGE_NAME}:${TAG} \
--tag ${GHCR_IMAGE_NAME}:latest \
--tag ${IMAGE_NAME}:latest \
${IMAGE_NAME}:${TAG}
- name: Docker images

Loading…
Cancel
Save