Skip to content

Commit

Permalink
Merge pull request #250 from aminya/renovate/docker-build-push-action…
Browse files Browse the repository at this point in the history
…-6.x
  • Loading branch information
aminya authored Aug 7, 2024
2 parents 1257bf3 + 8aeb5e4 commit 7f2f3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,15 +264,15 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

- name: Test
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./dev/docker/examples/${{ matrix.container.file }}
Expand Down

0 comments on commit 7f2f3d2

Please sign in to comment.