Skip to content
Snippets Groups Projects

Update dependencies to mitigate security warnings

Merged Ghost User requested to merge istaester/update-deps into develop
8 files
+ 13
88
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -21,16 +21,7 @@ build-testing-image:
variables:
TAG: develop
BUILDARGS: -race
- !reference [.push_event, rules]
- !reference [.merge_request, rules]
before_script:
# replace all slashes in the tag with hyphen, because slashes are not allowed in tags
- TAG=${TAG//\//-}
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" >/kaniko/.docker/config.json
needs: []
build-testing-image:
- when: always
script:
- /kaniko/executor
--cache=true
Loading