Added latest tag to tag build
Build Docker image on push / docker (push) Successful in 25s

This commit is contained in:
2026-08-18 00:45:03 +02:00
parent 6e3bb0ff7b
commit 072f5bc7eb
+2 -1
View File
@@ -38,5 +38,6 @@ jobs:
docker buildx build \
--platform linux/amd64 \
-t "${IMAGE_NAME}:${IMAGE_TAG}" \
-t "${IMAGE_NAME}:latest" \
--push \
.
.