chore(deps): update docker/build-push-action action to v6
All checks were successful
Publish Docker Image / docker (push) Successful in 1m19s

This commit is contained in:
Renovate Bot 2024-06-17 10:01:38 +00:00
parent ca49cf2a51
commit 2039f673ad

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