ci : fix image not being copied
release-tag / release-image (push) Successful in 28s

This commit is contained in:
2024-08-04 11:33:10 +02:00
parent 4ec29cf811
commit fd3cf0ba23
+1
View File
@@ -9,6 +9,7 @@ RUN python3 -u ./src/generate_cards_mvp.py
FROM install-stage AS build-stage
COPY --from=svg-stage /app/output/heron ./assets/images/cards/heron-svg
COPY --from=svg-stage /app/img/skins ./public/img
ARG NUXT_PUBLIC_ENDPOINT
ARG NUXT_PUBLIC_DISCORD_LOGIN_ENDPOINT