Skip to content

Commit d04d904

Browse files
Bump docker/build-push-action from 6 to 7 (#64)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' 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 77f0802 commit d04d904

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/docker-publish-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
type=raw,value=latest,enable=${{ matrix.LIBTORRENT_TAG == 'v2' }}
7676
7777
- name: Build image
78-
uses: docker/build-push-action@v6
78+
uses: docker/build-push-action@v7
7979
with:
8080
file: All.Dockerfile
8181
target: qbittorrent-base
@@ -132,7 +132,7 @@ jobs:
132132
type=raw,value=legacy-libtorrent-${{ matrix.LIBTORRENT_TAG }}
133133
134134
- name: Build image
135-
uses: docker/build-push-action@v6
135+
uses: docker/build-push-action@v7
136136
with:
137137
file: All.Legacy.Dockerfile
138138
target: qbittorrent-base

.github/workflows/docker-publish-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
type=raw,value=${{ matrix.QBITTORRENT_VERSION }}-${{ matrix.LIBTORRENT_TAG }}-debug,enable=${{ matrix.QBITTORRENT_BUILD_TYPE == 'debug' }}
8888
8989
- name: Build image
90-
uses: docker/build-push-action@v6
90+
uses: docker/build-push-action@v7
9191
with:
9292
file: All.Dockerfile
9393
target: release

.github/workflows/docker-publish-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
type=raw,value=v${{ matrix.QBITTORRENT_VERSION }}-v1-debug,enable=${{ matrix.QBITTORRENT_BUILD_TYPE == 'debug' }}
9595
9696
- name: Build image
97-
uses: docker/build-push-action@v6
97+
uses: docker/build-push-action@v7
9898
with:
9999
file: All.Legacy.Dockerfile
100100
target: release

.github/workflows/docker-publish-release-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
type=raw,value=v${{ matrix.QBITTORRENT_VERSION }}-${{ matrix.LIBTORRENT_TAG }}-debug,enable=${{ matrix.QBITTORRENT_BUILD_TYPE == 'debug' }}
133133
134134
- name: Build image
135-
uses: docker/build-push-action@v6
135+
uses: docker/build-push-action@v7
136136
with:
137137
file: All.Dockerfile
138138
target: release

.github/workflows/docker-publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
type=raw,value=v${{ matrix.QBITTORRENT_VERSION }}-${{ matrix.LIBTORRENT_TAG }}-debug,enable=${{ matrix.QBITTORRENT_BUILD_TYPE == 'debug' }}
133133
134134
- name: Build image
135-
uses: docker/build-push-action@v6
135+
uses: docker/build-push-action@v7
136136
with:
137137
file: All.Dockerfile
138138
target: release

0 commit comments

Comments
 (0)