Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangerie committed Jan 19, 2023
1 parent bee6cbc commit c317889
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
--platform ${{env.ARCH_LIST}}
-t ${{env.IMAGE_NAME}}:${{env.CURRENT_TAG}}
-t ${{env.IMAGE_NAME}}:latest
--build-arg FONTAWESOME_NPM_AUTH_TOKEN=${{env.FONT_AWESOME_KEY}}
web
deploy:
Expand Down
2 changes: 2 additions & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM --platform=$BUILDPLATFORM node:18.3.0 AS build

ARG FONTAWESOME_NPM_AUTH_TOKEN

ENV NODE_ENV=production

WORKDIR /app
Expand Down

0 comments on commit c317889

Please sign in to comment.