Skip to content

Commit ac32c87

Browse files
build(deps): bump the updates group across 1 directory with 5 updates (#3369)
1 parent f5e511e commit ac32c87

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111

112112
- name: Docker meta
113113
id: meta
114-
uses: docker/metadata-action@v5.6.1
114+
uses: docker/metadata-action@v5.7.0
115115
with:
116116
# NOTE for forks: if your Docker Hub organization doesn't match your Github repo's,
117117
# then the use of ${{ github.repository_owner }} will need to be replaced.
@@ -139,13 +139,13 @@ jobs:
139139
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
140140
141141
- name: Setup Docker Buildx
142-
uses: docker/setup-buildx-action@v3.9.0
142+
uses: docker/setup-buildx-action@v3.10.0
143143

144144
- name: Set up QEMU
145-
uses: docker/setup-qemu-action@v3.4.0
145+
uses: docker/setup-qemu-action@v3.6.0
146146

147147
- name: Build for test
148-
uses: docker/build-push-action@v6.14.0
148+
uses: docker/build-push-action@v6.15.0
149149
with:
150150
platforms: linux/amd64
151151
tags: ${{ env.IMAGE_TO_TEST }}
@@ -168,22 +168,22 @@ jobs:
168168
tests/test.sh
169169
170170
- name: Login to DockerHub
171-
uses: docker/login-action@v3.3.0
171+
uses: docker/login-action@v3.4.0
172172
if: env.HAS_IMAGE_REPO_ACCESS
173173
with:
174174
username: ${{ secrets.DOCKER_USER }}
175175
password: ${{ secrets.DOCKER_PASSWORD }}
176176

177177
- name: Login to GHCR
178-
uses: docker/login-action@v3.3.0
178+
uses: docker/login-action@v3.4.0
179179
if: env.HAS_IMAGE_REPO_ACCESS
180180
with:
181181
registry: ghcr.io
182182
username: ${{ github.actor }}
183183
password: ${{ github.token }}
184184

185185
- name: Build and push
186-
uses: docker/build-push-action@v6.14.0
186+
uses: docker/build-push-action@v6.15.0
187187
if: github.actor == github.repository_owner
188188
with:
189189
platforms: ${{ matrix.platforms }}

.github/workflows/verify-pr.yml

Lines changed: 3 additions & 3 deletions
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.9.0
56+
uses: docker/setup-buildx-action@v3.10.0
5757

5858
- name: Confirm multi-arch build
59-
uses: docker/build-push-action@v6.14.0
59+
uses: docker/build-push-action@v6.15.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.14.0
69+
uses: docker/build-push-action@v6.15.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)