Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 4c28632 commit 078559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build Docker Release
uses: "docker/build-push-action@v5.4.0"
uses: "docker/build-push-action@v6.0.2"
with:
provenance: false
file: "./Sample-Server/Dockerfile"

0 comments on commit 078559f

Please sign in to comment.