Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6 (#212)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 19, 2024
1 parent 182d7d2 commit 989d3d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Build and load to the Docker client
if: ${{ matrix.gpu != 'true' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
load: true
push: false
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Push to DockerHub
if: ${{ inputs.branch == 'refs/heads/main' }}
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
context: ${{ inputs.context }}
Expand Down

0 comments on commit 989d3d2

Please sign in to comment.