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:
baalajimaestro 2022-11-27 12:52:22 +05:30
parent 3815af986b
commit 2d20838f52
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -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