@@ -133,13 +133,13 @@ jobs:
133
133
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
134
134
135
135
- name : Setup Docker Buildx
136
- uses : docker/setup-buildx-action@v3.4 .0
136
+ uses : docker/setup-buildx-action@v3.5 .0
137
137
138
138
- name : Set up QEMU
139
- uses : docker/setup-qemu-action@v3.1 .0
139
+ uses : docker/setup-qemu-action@v3.2 .0
140
140
141
141
- name : Build for test
142
- uses : docker/build-push-action@v6.4.1
142
+ uses : docker/build-push-action@v6.5.0
143
143
with :
144
144
platforms : linux/amd64
145
145
tags : ${{ env.IMAGE_TO_TEST }}
@@ -162,22 +162,22 @@ jobs:
162
162
tests/test.sh
163
163
164
164
- name : Login to DockerHub
165
- uses : docker/login-action@v3.2 .0
165
+ uses : docker/login-action@v3.3 .0
166
166
if : env.HAS_IMAGE_REPO_ACCESS
167
167
with :
168
168
username : ${{ secrets.DOCKER_USER }}
169
169
password : ${{ secrets.DOCKER_PASSWORD }}
170
170
171
171
- name : Login to GHCR
172
- uses : docker/login-action@v3.2 .0
172
+ uses : docker/login-action@v3.3 .0
173
173
if : env.HAS_IMAGE_REPO_ACCESS
174
174
with :
175
175
registry : ghcr.io
176
176
username : ${{ github.actor }}
177
177
password : ${{ github.token }}
178
178
179
179
- name : Build and push
180
- uses : docker/build-push-action@v6.4.1
180
+ uses : docker/build-push-action@v6.5.0
181
181
if : github.actor == github.repository_owner
182
182
with :
183
183
platforms : ${{ matrix.platforms }}
0 commit comments