fix minor tag creation for server scratch image (#4748)

This commit is contained in:
Patrick Schratz
2025-01-19 20:57:01 +01:00
committed by GitHub
parent 8b701d6bde
commit df199a8001

View File

@@ -185,7 +185,7 @@ steps:
repo: *publish_repos_server
dockerfile: docker/Dockerfile.server.multiarch.rootless
platforms: *platforms_server
tag: ['${CI_COMMIT_TAG%%.*}', '${CI_COMMIT_TAG%.*}-alpine', '${CI_COMMIT_TAG}']
tag: ['${CI_COMMIT_TAG%%.*}', '${CI_COMMIT_TAG%.*}', '${CI_COMMIT_TAG}']
logins: *publish_logins
when: &when-release
event: tag