Skip to content

Commit

Permalink
Merge pull request #181 from Lapkipomoshi/server_env_from_secrets
Browse files Browse the repository at this point in the history
fix: wflow again
  • Loading branch information
jingleMyBells committed Aug 30, 2023
2 parents 03146f8 + 2f84640 commit 97496d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
build-args: |
with:
build-args:
SERVER_ENV=${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
- name: Login to Docker
uses: docker/login-action@v1
Expand Down

0 comments on commit 97496d7

Please sign in to comment.