Skip to content

Commit

Permalink
Merge branch 'add-git-to-ci-build' into 'main'
Browse files Browse the repository at this point in the history
chore: add git to ci build

See merge request BobyMCbobs/go-http-server!28
  • Loading branch information
BobyMCbobs committed Dec 19, 2023
2 parents 7aefb81 + 89ecdfc commit 2ce1c8a
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 @@ -52,7 +52,7 @@ build-container:
before_script:
- set -x
- *setup-testing-repo
- apk add --no-cache curl cosign ko
- apk add --no-cache curl cosign ko git
- export KO_DOCKER_REPO="$(echo ${KO_DOCKER_REPO} | tr '[:upper:]' '[:lower:]')"
- ko login "${CI_REGISTRY}" -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}"
- *image-set-build-env
Expand Down

0 comments on commit 2ce1c8a

Please sign in to comment.