Skip to content

Commit

Permalink
Merge pull request #2 from reload/dependabot/github_actions/docker/bu…
Browse files Browse the repository at this point in the history
…ild-push-action-6
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
2 parents edf6df9 + 42d23e0 commit 93b7e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@master
- name: Build HTTPS proxy (${{ matrix.platform }})
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: "Dockerfile"
builder: ${{ steps.buildx.outputs.name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.PAT_TOKEN }}
- name: Build HTTPS proxy
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: "Dockerfile"
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 93b7e09

Please sign in to comment.