Skip to content

Commit fd609f2

Browse files
Bump docker/build-push-action from 5 to 6 (#2858)
Bumps [docker/build-push-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8af4e9c commit fd609f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-image-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
# Finally, build and push the images
6161
- name: Build image
62-
uses: docker/build-push-action@v5
62+
uses: docker/build-push-action@v6
6363
with:
6464
context: ${{ matrix.context }}
6565
platforms: linux/amd64,linux/arm,linux/arm64

.github/workflows/docker-transmission-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Finally, build and push the image
4848
- name: Build image
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: upstream
5252
platforms: linux/amd64,linux/arm,linux/arm64

0 commit comments

Comments
 (0)