Skip to content

Commit

Permalink
Build stable image
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack authored Jul 4, 2023
1 parent 59dee1a commit cd3383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ docker-prod:
- ''
script:
- /kaniko/executor --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}" --destination "${CI_REGISTRY_IMAGE}:nightly"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}" --destination "${CI_REGISTRY_IMAGE}:stable"
rules:
- if: $CI_COMMIT_TAG

0 comments on commit cd3383d

Please sign in to comment.