Skip to content

Commit

Permalink
Merge pull request #26 from kilamaelie/fix-issue
Browse files Browse the repository at this point in the history
fixing the issue step
  • Loading branch information
kilamaelie authored Feb 12, 2024
2 parents c9eefe9 + 90d75bf commit 4e8d4d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
docker pull ${{ env.NGINX_IMAGE }} || true
- name: Build images
id: build-images
run: |
docker-compose -f docker-compose.ci.yml build
docker-compose -f docker-compose.ci.yml build 2>error >&1
- name: Push images
run: |
Expand Down

0 comments on commit 4e8d4d9

Please sign in to comment.