Skip to content

Commit

Permalink
ci: fix tags reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 13, 2024
1 parent 048c791 commit 259caa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259caa4

Please sign in to comment.