Skip to content

Commit 5c5ae61

Browse files
chore(deps): bump docker/build-push-action from 5.0.0 to 6.16.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.16.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0565240...14487ce) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cab786 commit 5c5ae61

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
@@ -113,7 +113,7 @@ jobs:
113113
password: ${{ secrets.DOCKERHUB_TOKEN }}
114114

115115
- name: Build & Deploy ${{ matrix.dockerfile[0] }}
116-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
116+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1
117117
with:
118118
context: dockerfiles/${{ matrix.dockerfile[0] }}
119119
platforms: ${{ matrix.dockerfile[1] }}

0 commit comments

Comments
 (0)