ci: fix tags reference
This commit is contained in:
parent
048c791fb1
commit
259caa4b5c
1 changed files with 2 additions and 2 deletions
|
|
@ -172,14 +172,14 @@ docker-build-auth-service-release:
|
|||
- .docker-build-release
|
||||
- .docker-build-auth-service
|
||||
only:
|
||||
- tag
|
||||
- tags
|
||||
|
||||
docker-build-calculator-app-release:
|
||||
extends:
|
||||
- .docker-build-release
|
||||
- .docker-build-calculator-app
|
||||
only:
|
||||
- tag
|
||||
- tags
|
||||
|
||||
# ###################################################################################################
|
||||
# Deploy to OpenShift
|
||||
|
|
|
|||
Loading…
Reference in a new issue