Skip to content

Commit

Permalink
ci: bump docker/build-push-action from 6.4.1 to 6.5.0 (#584)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent c589643 commit 17062f3
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
Expand Up @@ -115,7 +115,7 @@ jobs:
core.setOutput("tags", tags);
- name: Push Docker image
uses: docker/build-push-action@v6.4.1
uses: docker/build-push-action@v6.5.0
id: docker_build_and_push
with:
context: "${{ env.examples_dir }}/${{ env.backend_dir_name }}"
Expand Down

0 comments on commit 17062f3

Please sign in to comment.