Skip to content

Commit

Permalink
fix: add dns settings for building alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
3846masa committed Sep 13, 2023
1 parent 0d4182a commit 04263f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ runs:
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
with:
config-inline: |
[dns]
nameservers=["1.1.1.1"]
- name: Build and push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
Expand Down

0 comments on commit 04263f0

Please sign in to comment.