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
3815af986b
commit
2d20838f52
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ docker-build:
|
|||
image: quay.io/podman/stable:latest
|
||||
stage: build
|
||||
before_script:
|
||||
- sed -i 's/short-name-mode="enforcing"/short-name-mode="permissive"/g' /etc/containers/registries.conf
|
||||
- echo "$DOCKER_PASSWORD" | podman login -u "$DOCKER_USERNAME" registry.baalajimaestro.me --password-stdin
|
||||
script:
|
||||
- podman build . -t registry.baalajimaestro.me/baalajimaestro/nim-censor-bot:latest
|
||||
|
|
Loading…
Reference in a new issue