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

This commit is contained in:
Matthias
2025-12-24 11:58:44 +01:00
parent ea52deb98e
commit 11eb0c0802

View File

@@ -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