Skip to content

Commit

Permalink
fix: script
Browse files Browse the repository at this point in the history
  • Loading branch information
sd0xdev committed Aug 27, 2023
1 parent a8a83f2 commit c204474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shell-script/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "${CI}" = true ] ; then
/kaniko/executor \
--context "${CI_PROJECT_DIR}" \
--dockerfile "${CI_PROJECT_DIR}/apps/${PROJECT_NAME}/Dockerfile" \
--destination "${CI_REGISTRY_IMAGE}/yu-gpt-engine-image:${CI_COMMIT_SHA}" \
--destination "${CI_REGISTRY_IMAGE}/${PROJECT_NAME}:${CI_COMMIT_SHA}" \
--cache=false \
--cleanup \
--build-arg "SERVER_VERSION=${CI_COMMIT_SHORT_SHA}"
Expand Down

0 comments on commit c204474

Please sign in to comment.