Skip to content

Commit 7e59b47

Browse files
build(deps): bump docker/build-push-action from 3.0.0 to 3.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@e551b19...c56af95) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43be9a1 commit 7e59b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-containers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
password: ${{ secrets.DOCKERHUB_TOKEN }}
107107

108108
- name: Build & Deploy ${{ matrix.dockerfile[0] }}
109-
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # @v2
109+
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # @v2
110110
with:
111111
context: dockerfiles/${{ matrix.dockerfile[0] }}
112112
platforms: ${{ matrix.dockerfile[1] }}

0 commit comments

Comments
 (0)