Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicaeed committed May 4, 2023
1 parent 8e8a145 commit 68b52c4
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 @@ -30,5 +30,5 @@ build_jira:
--context "${CI_PROJECT_DIR}/app"
--dockerfile "${CI_PROJECT_DIR}/app/Dockerfile"
--build-arg RELEASE_TAG=$RELEASE_TAG
--destination "${CI_REGISTRY_IMAGE}/jira-software:${RELEASE_TAG}"
--destination "${CI_REGISTRY_IMAGE}/jira-software:${CI_COMMIT_SHA}"
--destination "${CI_REGISTRY_IMAGE}:${RELEASE_TAG}"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"

0 comments on commit 68b52c4

Please sign in to comment.