Skip to content

Commit

Permalink
args not env
Browse files Browse the repository at this point in the history
  • Loading branch information
robotastic committed Jul 4, 2024
1 parent 73e58d7 commit 1cb336f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
REACT_APP_ADMIN_EMAIL: ${{ vars.REACT_APP_ADMIN_EMAIL}}
REACT_APP_SITE_NAME: ${{ vars.REACT_APP_SITE_NAME}}
STAGE: ${{ vars.STAGE}}

jobs:
push_to_registry:
strategy:
Expand Down Expand Up @@ -46,4 +46,5 @@ jobs:
context: ${{ matrix.service }}
platforms: linux/arm64,linux/amd64
push: true
tags: ${{ vars.DOCKER_NAMESPACE }}/trunk-server-${{ matrix.service }}:latest
tags: ${{ vars.DOCKER_NAMESPACE }}/trunk-server-${{ matrix.service }}:latest
build-args: STAGE=${{vars.STAGE}}

0 comments on commit 1cb336f

Please sign in to comment.