Skip to content

Commit 5415879

Browse files
build(deps): bump the updates group with 4 updates (#3021)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28737a9 commit 5415879

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build-multiarch.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -133,13 +133,13 @@ jobs:
133133
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
134134
135135
- name: Setup Docker Buildx
136-
uses: docker/setup-buildx-action@v3.4.0
136+
uses: docker/setup-buildx-action@v3.5.0
137137

138138
- name: Set up QEMU
139-
uses: docker/setup-qemu-action@v3.1.0
139+
uses: docker/setup-qemu-action@v3.2.0
140140

141141
- name: Build for test
142-
uses: docker/build-push-action@v6.4.1
142+
uses: docker/build-push-action@v6.5.0
143143
with:
144144
platforms: linux/amd64
145145
tags: ${{ env.IMAGE_TO_TEST }}
@@ -162,22 +162,22 @@ jobs:
162162
tests/test.sh
163163
164164
- name: Login to DockerHub
165-
uses: docker/login-action@v3.2.0
165+
uses: docker/login-action@v3.3.0
166166
if: env.HAS_IMAGE_REPO_ACCESS
167167
with:
168168
username: ${{ secrets.DOCKER_USER }}
169169
password: ${{ secrets.DOCKER_PASSWORD }}
170170

171171
- name: Login to GHCR
172-
uses: docker/login-action@v3.2.0
172+
uses: docker/login-action@v3.3.0
173173
if: env.HAS_IMAGE_REPO_ACCESS
174174
with:
175175
registry: ghcr.io
176176
username: ${{ github.actor }}
177177
password: ${{ github.token }}
178178

179179
- name: Build and push
180-
uses: docker/build-push-action@v6.4.1
180+
uses: docker/build-push-action@v6.5.0
181181
if: github.actor == github.repository_owner
182182
with:
183183
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
fetch-depth: 0
5454

5555
- name: Setup Docker Buildx
56-
uses: docker/setup-buildx-action@v3.4.0
56+
uses: docker/setup-buildx-action@v3.5.0
5757

5858
- name: Confirm multi-arch build
59-
uses: docker/build-push-action@v6.4.1
59+
uses: docker/build-push-action@v6.5.0
6060
with:
6161
platforms: ${{ matrix.platforms }}
6262
# ensure latest base image is used
@@ -66,7 +66,7 @@ jobs:
6666
cache-from: type=gha,scope=${{ matrix.variant }}
6767

6868
- name: Build for test
69-
uses: docker/build-push-action@v6.4.1
69+
uses: docker/build-push-action@v6.5.0
7070
with:
7171
# Only build single platform since loading multi-arch image into daemon fails with
7272
# "docker exporter does not currently support exporting manifest lists"

0 commit comments

Comments
 (0)