mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 06:47:13 +00:00
fix minor tag creation for server scratch image (#4748)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user