Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 4 to 6
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent e6ae843 commit 6ee787d
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 @@ -31,7 +31,7 @@ jobs:
- name: Save public key to file
run: 'cp .github/docker/scrt_id_rsa.pub ./scrt_id_rsa.pub'
- name: Build Git test container
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
file: .github/docker/Dockerfile_git+openssh
context: .
Expand Down

0 comments on commit 6ee787d

Please sign in to comment.