Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v5 (#159)
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 Dec 15, 2023
1 parent 760230f commit 4c24b7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
shell: bash

- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: inputs.PLATFORMS == 'linux/amd64' && inputs.TAG_ONLY == 'false'
with:
load: true
Expand Down Expand Up @@ -145,7 +145,7 @@ runs:
- name: Build and push
if: inputs.PUSH == 'true' # && inputs.TAG_ONY == 'false'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and export to Docker
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
load: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
})
- name: Build and push
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 4c24b7f

Please sign in to comment.