Skip to content

Commit

Permalink
ci: Fixed failing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbrembeck authored Aug 15, 2023
1 parent 9278b9c commit c4ff184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Setup Staging Env
run: cp .env.staging .env
run: cp .env.development .env

- name: Build and push Docker image
uses: docker/build-push-action@56932deb0a0db9d23e245320b1e45fec46b8d66f
Expand Down

0 comments on commit c4ff184

Please sign in to comment.