We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1257bf3 + 8aeb5e4 commit 7f2f3d2Copy full SHA for 7f2f3d2
.github/workflows/CI.yml
@@ -264,15 +264,15 @@ jobs:
264
password: ${{ secrets.DOCKERHUB_TOKEN }}
265
266
- name: Build and push
267
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
268
with:
269
context: .
270
file: ./dev/docker/ci/${{ matrix.container.file }}
271
push: ${{ github.event_name != 'pull_request' }}
272
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}:latest
273
274
- name: Test
275
276
277
278
file: ./dev/docker/examples/${{ matrix.container.file }}
0 commit comments