File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
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"
You can’t perform that action at this time.
0 commit comments