@@ -111,7 +111,7 @@ jobs:
111
111
runs-on : ubuntu-20.04
112
112
steps :
113
113
- name : Checkout
114
- uses : actions/checkout@v4.1.1
114
+ uses : actions/checkout@v4.1.2
115
115
with :
116
116
# for build-files step
117
117
fetch-depth : 0
@@ -144,13 +144,13 @@ jobs:
144
144
org.opencontainers.image.authors=Geoff Bourne <itzgeoff@gmail.com>
145
145
146
146
- name : Setup Docker Buildx
147
- uses : docker/setup-buildx-action@v3.0 .0
147
+ uses : docker/setup-buildx-action@v3.2 .0
148
148
149
149
- name : Set up QEMU
150
150
uses : docker/setup-qemu-action@v3.0.0
151
151
152
152
- name : Build for test
153
- uses : docker/build-push-action@v5.1 .0
153
+ uses : docker/build-push-action@v5.3 .0
154
154
with :
155
155
platforms : linux/amd64
156
156
tags : ${{ env.IMAGE_TO_TEST }}
@@ -173,22 +173,22 @@ jobs:
173
173
tests/test.sh
174
174
175
175
- name : Login to DockerHub
176
- uses : docker/login-action@v3.0 .0
176
+ uses : docker/login-action@v3.1 .0
177
177
if : env.HAS_IMAGE_REPO_ACCESS
178
178
with :
179
179
username : ${{ secrets.DOCKER_USER }}
180
180
password : ${{ secrets.DOCKER_PASSWORD }}
181
181
182
182
- name : Login to GHCR
183
- uses : docker/login-action@v3.0 .0
183
+ uses : docker/login-action@v3.1 .0
184
184
if : env.HAS_IMAGE_REPO_ACCESS
185
185
with :
186
186
registry : ghcr.io
187
187
username : ${{ github.actor }}
188
188
password : ${{ github.token }}
189
189
190
190
- name : Build and push
191
- uses : docker/build-push-action@v5.1 .0
191
+ uses : docker/build-push-action@v5.3 .0
192
192
if : github.actor == github.repository_owner
193
193
with :
194
194
platforms : ${{ matrix.platforms }}
0 commit comments