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 c1b4c20 commit bee6cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: echo Building to ${{env.IMAGE_NAME}} ${{env.CURRENT_TAG}} ${{env.FONT_AWESOME_KEY}}

- name: Build and push web image
# run: docker buildx build --push --platform ${{env.ARCH_LIST}} -t ${{env.IMAGE_NAME}}:${{env.CURRENT_TAG}} -t ${{env.IMAGE_NAME}}:latest web
run: >
docker buildx build
--push
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
frontend:
environment:
- FONT_AWESOME_KEY=${FONT_AWESOME_KEY}
- FONTAWESOME_NPM_AUTH_TOKEN=${FONT_AWESOME_KEY}
ports:
- 8081:3000
image: ${IMAGE_NAME}:latest
Expand Down

0 comments on commit bee6cbc

Please sign in to comment.