Skip to content

Commit e1d1777

Browse files
build(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 214bd57 commit e1d1777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
images: ${{ matrix.image }}
5252
- name: Build and push
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v4
5454
with:
5555
context: .
5656
platforms: linux/amd64,linux/arm64,linux/s390x

0 commit comments

Comments
 (0)