Skip to content

Commit 7f3d9b5

Browse files
build(deps): Bump docker/build-push-action (#1056)
Bumps the dependencies group in /.github/workflows with 1 update: [docker/build-push-action](https://github.com/docker/build-push-action). Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b03acaf commit 7f3d9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
echo "DOCKER_TEST_TAG=ghcr.io/humbugphp/php-scoper" >> $GITHUB_ENV
167167
168168
- name: Build and export to Docker
169-
uses: docker/build-push-action@v5
169+
uses: docker/build-push-action@v6
170170
with:
171171
context: .
172172
file: ${{ env.DOCKERFILE }}
@@ -179,7 +179,7 @@ jobs:
179179

180180
- name: Build and push
181181
if: github.event_name == 'release'
182-
uses: docker/build-push-action@v5
182+
uses: docker/build-push-action@v6
183183
with:
184184
context: .
185185
file: ${{ env.DOCKERFILE }}

0 commit comments

Comments
 (0)