Dont enforce short name resolution
We can pull from anywhere it doesnt matter Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
730c4c3d32
commit
7f2f2abd2c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ docker-build:
|
|||
stage: build
|
||||
before_script:
|
||||
- dnf -y install git make
|
||||
- sed -i 's/short-name-mode="enforcing"/short-name-mode="permissive"/g' /etc/containers/registries.conf
|
||||
- ln -s /usr/bin/podman /usr/bin/docker
|
||||
- echo "$DOCKER_PASSWORD" | podman login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||
variables:
|
||||
|
|
Loading…
Reference in a new issue