Skip to content

Commit

Permalink
Try unconfiguring proxy
Browse files Browse the repository at this point in the history
We are facing a timeout
  • Loading branch information
greg0ire committed Jul 4, 2024
1 parent 6cd091a commit a5e2658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Unconfigure npm proxy
run: |
npm config rm proxy
npm config rm https-proxy
- name: Build and push Docker image
id: build-and-push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit a5e2658

Please sign in to comment.