Skip to content

Commit

Permalink
Merge pull request #182 from reload/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…build-push-action-6
  • Loading branch information
dependabot[bot] committed Jun 18, 2024
2 parents 6eadf9c + 3c1be3f commit 2c307d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ github.token }}
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
builder: ${{ steps.buildx.outputs.name }}
push: true
Expand Down

0 comments on commit 2c307d7

Please sign in to comment.