Skip to content

Commit

Permalink
fix: wflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jingleMyBells committed Aug 30, 2023
1 parent 5a4eafa commit b85c935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
env:
SERVER_ENV: ${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
build-args: |
SERVER_ENV=${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
- name: Login to Docker
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit b85c935

Please sign in to comment.