From eb7be4f4300a7b738200e7ce8c9e57f6961d9cf3 Mon Sep 17 00:00:00 2001 From: Mike Hepburn Date: Thu, 18 Jul 2024 13:13:29 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=AB=20quarkus=203.12.3=20=F0=9F=90=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.actions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.actions b/Dockerfile.actions index aa34a61..6e0af34 100644 --- a/Dockerfile.actions +++ b/Dockerfile.actions @@ -1,7 +1,7 @@ FROM quay.io/eformat/ubi-mvn-runtime-jvm:latest ENV DEPLOY=/deployments -ARG BUILD_IMAGE=127.0.0.1:petbattle/pet-battle-api:latest +ARG BUILD_IMAGE=localhost/petbattle/pet-battle-api:latest # copy artifacts COPY --chown=1001:0 --from=${BUILD_IMAGE} /deployments/lib/ ${DEPLOY}/lib/