Skip to content

Commit 104e9a2

Browse files
authored
Merge pull request #59 from AlbrechtL/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 4fc2905 + dbffdcc commit 104e9a2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/openwrt-2410-snapshot-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKERHUB_TOKEN }}
4646

4747
- name: Build Docker image
48-
uses: docker/build-push-action@v6
48+
uses: docker/build-push-action@v7
4949
env:
5050
DOCKER_BUILD_RECORD_UPLOAD: false
5151
with:
@@ -67,7 +67,7 @@ jobs:
6767
docker buildx imagetools inspect localhost:5000/local/openwrt-docker:latest
6868
6969
- name: Build and export
70-
uses: docker/build-push-action@v6
70+
uses: docker/build-push-action@v7
7171
env:
7272
DOCKER_BUILD_SUMMARY: false
7373
DOCKER_BUILD_RECORD_UPLOAD: false

.github/workflows/openwrt-master-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747

4848
- name: Build Docker image
49-
uses: docker/build-push-action@v6
49+
uses: docker/build-push-action@v7
5050
env:
5151
DOCKER_BUILD_RECORD_UPLOAD: false
5252
with:
@@ -68,7 +68,7 @@ jobs:
6868
docker buildx imagetools inspect localhost:5000/local/openwrt-docker:latest
6969
7070
- name: Build and export
71-
uses: docker/build-push-action@v6
71+
uses: docker/build-push-action@v7
7272
env:
7373
DOCKER_BUILD_SUMMARY: false
7474
DOCKER_BUILD_RECORD_UPLOAD: false

.github/workflows/openwrt-stable-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
password: ${{ secrets.DOCKERHUB_TOKEN }}
4444

4545
- name: Build Docker image
46-
uses: docker/build-push-action@v6
46+
uses: docker/build-push-action@v7
4747
env:
4848
DOCKER_BUILD_RECORD_UPLOAD: false
4949
with:
@@ -65,7 +65,7 @@ jobs:
6565
docker buildx imagetools inspect localhost:5000/local/openwrt-docker:latest
6666
6767
- name: Build and export
68-
uses: docker/build-push-action@v6
68+
uses: docker/build-push-action@v7
6969
env:
7070
DOCKER_BUILD_SUMMARY: false
7171
DOCKER_BUILD_RECORD_UPLOAD: false

0 commit comments

Comments
 (0)