Skip to content

Commit

Permalink
Merge pull request #183 from Lapkipomoshi/server_env_from_secrets
Browse files Browse the repository at this point in the history
fix: handmade workflow
  • Loading branch information
jingleMyBells authored Aug 31, 2023
2 parents 2b10c34 + 63b2787 commit f448d05
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pr_closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
build-args:
SERVER_ENV=${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
- name: Build Docker Image
run: docker build . --file Dockerfile --tag lapkipomoshi/help_paw_f:latest --build-arg SERVER_ENV=${{ secrets.REACT_APP_SERVER_TYPE_PROD }}
- name: Login to Docker
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit f448d05

Please sign in to comment.