wrong registry

This commit is contained in:
Nikola Kubiczek 2023-09-08 21:22:55 +02:00
parent 7ea1b8b449
commit 27e864f4b4
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -16,7 +16,7 @@ build:
cat << EOF > /kaniko/.docker/config.json cat << EOF > /kaniko/.docker/config.json
{ {
"auths": { "auths": {
"https://index.docker.io/v1/": { "https://registry.yaemiku.dev": {
"auth": "${DOCKER_PASSWORD}" "auth": "${DOCKER_PASSWORD}"
} }
} }