We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92af16 commit 46e916dCopy full SHA for 46e916d
.github/workflows/test.yml
@@ -165,7 +165,7 @@ jobs:
165
password: ${{ secrets.DOCKER_PASSWORD }}
166
- name: Build and push
167
id: docker_build
168
- uses: docker/build-push-action@v5.3.0
+ uses: docker/build-push-action@v5.4.0
169
with:
170
context: .
171
platforms: linux/amd64,linux/arm64
@@ -213,7 +213,7 @@ jobs:
213
214
215
216
217
218
219
0 commit comments