Skip to content

Commit ce32cbc

Browse files
build(deps): bump docker/build-push-action from 4 to 6
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]>
1 parent f1b4126 commit ce32cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-and-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "OUTPUTS=type=docker,dest=/tmp/exploit-db-server.tar" >> $GITHUB_ENV
6060
6161
- name: Build
62-
uses: docker/build-push-action@v4
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: .
6565
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)