Skip to content

Commit 8b076e4

Browse files
build(deps): bump docker/build-push-action from 6 to 7 (#4124)
1 parent 4c53449 commit 8b076e4

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: ubuntu-22.04
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@v6.0.3
107+
uses: actions/checkout@v7
108108
with:
109109
# for build-files step
110110
fetch-depth: 0
@@ -141,13 +141,13 @@ jobs:
141141
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
142142
143143
- name: Setup Docker Buildx
144-
uses: docker/setup-buildx-action@v4.1.0
144+
uses: docker/setup-buildx-action@v4
145145

146146
- name: Set up QEMU
147147
uses: docker/setup-qemu-action@v4.1.0
148148

149149
- name: Build for test
150-
uses: docker/build-push-action@v7.2.0
150+
uses: docker/build-push-action@v7
151151
with:
152152
platforms: linux/amd64
153153
tags: ${{ env.IMAGE_TO_TEST }}
@@ -187,7 +187,7 @@ jobs:
187187
password: ${{ github.token }}
188188

189189
- name: Build and push
190-
uses: docker/build-push-action@v7.2.0
190+
uses: docker/build-push-action@v7
191191
if: github.actor == github.repository_owner
192192
with:
193193
platforms: ${{ matrix.platforms }}

.github/workflows/verify-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v3
19+
uses: docker/setup-buildx-action@v4
2020

2121
- name: Build docs image
22-
uses: docker/build-push-action@v6
22+
uses: docker/build-push-action@v7
2323
with:
2424
context: .
2525
file: docs/Dockerfile

.github/workflows/verify-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ jobs:
5353
runs-on: ubuntu-22.04
5454
steps:
5555
- name: Checkout
56-
uses: actions/checkout@v6.0.3
56+
uses: actions/checkout@v7
5757
with:
5858
# for build-files step
5959
fetch-depth: 0
6060

6161
- name: Setup Docker Buildx
62-
uses: docker/setup-buildx-action@v4.1.0
62+
uses: docker/setup-buildx-action@v4
6363

6464
- name: Confirm multi-arch build
65-
uses: docker/build-push-action@v7.2.0
65+
uses: docker/build-push-action@v7
6666
with:
6767
platforms: ${{ matrix.platforms }}
6868
# ensure latest base image is used
@@ -73,7 +73,7 @@ jobs:
7373
cache-from: type=gha,scope=${{ matrix.variant }}
7474

7575
- name: Build for test
76-
uses: docker/build-push-action@v7.2.0
76+
uses: docker/build-push-action@v7
7777
with:
7878
# Only build single platform since loading multi-arch image into daemon fails with
7979
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)