remove pipeline condition
ci/woodpecker/push/woodpecker Pipeline was successful
Szczegóły
ci/woodpecker/push/woodpecker Pipeline was successful
Szczegóły
rodzic
8e40d4a4a8
commit
8aaa068a6f
|
@ -1,5 +1,5 @@
|
||||||
when:
|
#when:
|
||||||
event: tag
|
# event: tag
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build-push:
|
build-push:
|
||||||
|
@ -8,8 +8,8 @@ steps:
|
||||||
registry: forge.citizen4.eu
|
registry: forge.citizen4.eu
|
||||||
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_TAG}
|
# - ${CI_COMMIT_TAG}
|
||||||
# - ${CI_COMMIT_SHA:0:10}
|
- ${CI_COMMIT_SHA:0:10}
|
||||||
- latest
|
- latest
|
||||||
username:
|
username:
|
||||||
from_secret: docker_username
|
from_secret: docker_username
|
||||||
|
|
Ładowanie…
Reference in New Issue