From 50728dddb2d1222e8781d3527b1a5789071b644c Mon Sep 17 00:00:00 2001 From: Mike Hepburn Date: Thu, 18 Jul 2024 13:09:50 +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 3fe277f..aa34a61 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=localhost:petbattle/pet-battle-api:latest +ARG BUILD_IMAGE=127.0.0.1:petbattle/pet-battle-api:latest # copy artifacts COPY --chown=1001:0 --from=${BUILD_IMAGE} /deployments/lib/ ${DEPLOY}/lib/