@@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Docker meta
113
113
id : meta
114
- uses : docker/metadata-action@v5.6.1
114
+ uses : docker/metadata-action@v5.7.0
115
115
with :
116
116
# NOTE for forks: if your Docker Hub organization doesn't match your Github repo's,
117
117
# then the use of ${{ github.repository_owner }} will need to be replaced.
@@ -139,13 +139,13 @@ jobs:
139
139
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
140
140
141
141
- name : Setup Docker Buildx
142
- uses : docker/setup-buildx-action@v3.9 .0
142
+ uses : docker/setup-buildx-action@v3.10 .0
143
143
144
144
- name : Set up QEMU
145
- uses : docker/setup-qemu-action@v3.4 .0
145
+ uses : docker/setup-qemu-action@v3.6 .0
146
146
147
147
- name : Build for test
148
- uses : docker/build-push-action@v6.14 .0
148
+ uses : docker/build-push-action@v6.15 .0
149
149
with :
150
150
platforms : linux/amd64
151
151
tags : ${{ env.IMAGE_TO_TEST }}
@@ -168,22 +168,22 @@ jobs:
168
168
tests/test.sh
169
169
170
170
- name : Login to DockerHub
171
- uses : docker/login-action@v3.3 .0
171
+ uses : docker/login-action@v3.4 .0
172
172
if : env.HAS_IMAGE_REPO_ACCESS
173
173
with :
174
174
username : ${{ secrets.DOCKER_USER }}
175
175
password : ${{ secrets.DOCKER_PASSWORD }}
176
176
177
177
- name : Login to GHCR
178
- uses : docker/login-action@v3.3 .0
178
+ uses : docker/login-action@v3.4 .0
179
179
if : env.HAS_IMAGE_REPO_ACCESS
180
180
with :
181
181
registry : ghcr.io
182
182
username : ${{ github.actor }}
183
183
password : ${{ github.token }}
184
184
185
185
- name : Build and push
186
- uses : docker/build-push-action@v6.14 .0
186
+ uses : docker/build-push-action@v6.15 .0
187
187
if : github.actor == github.repository_owner
188
188
with :
189
189
platforms : ${{ matrix.platforms }}
0 commit comments