Skip to content

Commit

Permalink
fix: improve build action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jingleMyBells committed Aug 30, 2023
1 parent 2f84640 commit bcacc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
with:
build-args:
SERVER_ENV=${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
Expand Down

0 comments on commit bcacc5c

Please sign in to comment.