ci: fix manifest when building multi stage (#9)
All checks were successful
CD / Test (push) Successful in 1m1s
CD / Build and push (amd64) (push) Successful in 1m1s
CD / Build and push (arm64) (push) Successful in 1m43s
CD / Create manifest (push) Successful in 23s

Reviewed-on: #9
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #9.
This commit is contained in:
2025-01-08 13:53:57 +01:00
committed by t.behrendt
parent 990e7b1dbe
commit 3eca1f5516
2 changed files with 34 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ COPY --from=install /temp/dev/node_modules node_modules
COPY . .
RUN bun run build
FROM base as release
FROM base AS release
COPY --from=install /temp/prod/node_modules node_modules
COPY --from=build /app/dist .