Merge pull request 'chore(deps): update docker/build-push-action action to v5' (#7) from renovate/docker-build-push-action-5.x into main
Some checks failed
Publish / docker (push) Has been cancelled

Reviewed-on: #7
This commit is contained in:
Lee 2023-10-15 02:21:38 +00:00
commit 595f7fdfe2

@ -35,7 +35,7 @@ jobs:
key: ${{ runner.os }}-buildx
- name: Build and Push (Latest)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: steps.branch-name.outputs.current_branch == 'main'
with:
push: true
@ -45,7 +45,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
- name: Build and Push (Other Branches)
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
if: steps.branch-name.outputs.current_branch != 'main'
with:
push: true