Skip to content

Commit 7f2f3d2

Browse files
authored
Merge pull request #250 from aminya/renovate/docker-build-push-action-6.x
2 parents 1257bf3 + 8aeb5e4 commit 7f2f3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,15 +264,15 @@ jobs:
264264
password: ${{ secrets.DOCKERHUB_TOKEN }}
265265

266266
- name: Build and push
267-
uses: docker/build-push-action@v5
267+
uses: docker/build-push-action@v6
268268
with:
269269
context: .
270270
file: ./dev/docker/ci/${{ matrix.container.file }}
271271
push: ${{ github.event_name != 'pull_request' }}
272272
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}:latest
273273

274274
- name: Test
275-
uses: docker/build-push-action@v5
275+
uses: docker/build-push-action@v6
276276
with:
277277
context: .
278278
file: ./dev/docker/examples/${{ matrix.container.file }}

0 commit comments

Comments
 (0)