Skip to content

Commit

Permalink
ci: fixed name of build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 19, 2024
1 parent 00f6c60 commit 3cb1887
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 @@ -23,7 +23,7 @@ arkime:
- docker build
"${CI_PROJECT_DIR}/arkime"
-f "${CI_PROJECT_DIR}/arkime/Dockerfile"
--build-arg arkime_VERSION=$(cat ${CI_PROJECT_DIR}/arkime/version)
--build-arg ARKIME_VERSION=$(cat ${CI_PROJECT_DIR}/arkime/version)
-t "${CI_REGISTRY_IMAGE}/arkime:${CI_COMMIT_BRANCH}-${CI_COMMIT_SHORT_SHA}"
-t "${CI_REGISTRY_IMAGE}/arkime:${CI_COMMIT_BRANCH}"
-t "${CI_REGISTRY_IMAGE}/arkime:${CI_COMMIT_SHORT_SHA}"
Expand Down

0 comments on commit 3cb1887

Please sign in to comment.