Skip to content

Commit 4add74d

Browse files
Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97c8b85 commit 4add74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
4949
- uses: docker/setup-buildx-action@v4
5050
id: buildx
51-
- uses: docker/build-push-action@v6
51+
- uses: docker/build-push-action@v7
5252
id: docker_build
5353
with:
5454
# cache-from: type=gha

0 commit comments

Comments
 (0)