Skip to content

Commit b34634f

Browse files
dependabot[bot]vdemeester
authored andcommitted
build(deps): bump docker/build-push-action from 5.0.0 to 5.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@0565240...4a13e50) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 404c767 commit b34634f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
images: ${{ env.REGISTRY }}/${{ github.repository }}/${{ matrix.image }}
6363
- name: Build and push Docker image
6464
if: steps.changed-files.outputs.any_changed == 'true' || github.event_name != 'pull_request'
65-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
65+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
6666
with:
6767
context: images/${{ matrix.image }}
6868
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)