Closed snowdrop-bot closed 3 years ago
Describe the bug Added the following properties to my application.properties
quarkus.container-image.registry=docker.io quarkus.container-image.username=iocanel quarkus.container-image.password=<my password>
and run: mvn clean install -Dquarkus.container-image.push=true
mvn clean install -Dquarkus.container-image.push=true
Expected behavior Image should be pushed
Actual behavior Fails with 401 error Works find with the container-image-docker
https://github.com/quarkusio/quarkus/issues/10683
$upstream:10683$
Describe the bug Added the following properties to my application.properties
and run:
mvn clean install -Dquarkus.container-image.push=true
Expected behavior Image should be pushed
Actual behavior Fails with 401 error Works find with the container-image-docker
https://github.com/quarkusio/quarkus/issues/10683
$upstream:10683$