mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
fix: change arg to env
This commit is contained in:
parent
7416912197
commit
759f7bd79e
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ RUN yarn run build:static
|
|||
|
||||
FROM node:20-alpine
|
||||
|
||||
ARG CI_COMMIT_SHA
|
||||
ARG CI_COMMIT_BRANCH
|
||||
ENV CI_COMMIT_SHA
|
||||
ENV CI_COMMIT_BRANCH
|
||||
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/package.json /app/package.json
|
||||
|
|
Loading…
Reference in a new issue