trying to tag containers so that they dont get deleted

This commit is contained in:
Benjamin Harder
2024-03-27 21:24:01 +01:00
parent fa37cb46b5
commit 1df5a06710
2 changed files with 8 additions and 6 deletions

View File

@@ -63,3 +63,4 @@ jobs:
--build-arg IMAGE_TAG=$IMAGE_TAG \
--build-arg SHORT_COMMIT_ID=$SHORT_COMMIT_ID \
--push \
--each "docker tag {{.ImageID}} $IMAGE_NAME:$IMAGE_TAG-{{.TargetPlatform.Architecture}}"