Merge branch 'fix-kitmaker' into 'main'

Ensure git is available in image build step

See merge request nvidia/container-toolkit/container-toolkit!274
This commit is contained in:
Evan Lezar 2023-01-31 11:20:40 +00:00
commit d091d3c7f4

View File

@ -228,7 +228,7 @@ package-ubuntu18.04-ppc64le:
before_script:
- !reference [.buildx-setup, before_script]
- apk add --no-cache bash make
- apk add --no-cache bash make git
- 'echo "Logging in to CI registry ${CI_REGISTRY}"'
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
script: