mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
935ee5b2c9
commit
4e1d3b01f0
1 changed files with 5 additions and 5 deletions
|
|
@ -34,9 +34,9 @@ docker-build:
|
|||
needs:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
- job: version
|
||||
optional: true
|
||||
artifacts: true
|
||||
#- job: version
|
||||
# optional: true
|
||||
# artifacts: true
|
||||
rules:
|
||||
- !reference [.docker_rules, rules]
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ docker-push:
|
|||
needs:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
- job: version
|
||||
artifacts: true
|
||||
#- job: version
|
||||
# artifacts: true
|
||||
rules:
|
||||
- !reference [.docker_publish_rules, rules]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue