Skip to content

Commit

Permalink
chore: add git to ci build
Browse files Browse the repository at this point in the history
try fix empty build date
  • Loading branch information
BobyMCbobs committed Dec 19, 2023
1 parent 7aefb81 commit 89ecdfc
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 89ecdfc

Please sign in to comment.