Skip to content

Commit

Permalink
🐫 quarkus 3.12.3 🐫
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Jul 18, 2024
1 parent eb7be4f commit 1de89a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.actions
Original file line number Diff line number Diff line change
@@ -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=docker:petbattle/pet-battle-api:latest

# copy artifacts
COPY --chown=1001:0 --from=${BUILD_IMAGE} /deployments/lib/ ${DEPLOY}/lib/
Expand Down

0 comments on commit 1de89a9

Please sign in to comment.