[RENOVATE] Update actions/build-push-action action to v6 #7

Merged
jank merged 1 commits from renovate/actions-build-push-action-6.x into main 2024-08-15 14:21:53 +00:00
5 changed files with 5 additions and 5 deletions

@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v5
uses: https://git.kjan.de/actions/build-push-action@v6
with:
context: ./images/actions/node-npm
push: ${{ github.ref == 'refs/heads/main' }}

@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v5
uses: https://git.kjan.de/actions/build-push-action@v6
with:
context: ./images/actions/node-ssh
push: ${{ github.ref == 'refs/heads/main' }}

@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v5
uses: https://git.kjan.de/actions/build-push-action@v6
with:
context: ./images/actions/php-8.2
push: ${{ github.ref == 'refs/heads/main' }}

@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v5
uses: https://git.kjan.de/actions/build-push-action@v6
with:
context: ./images/actions/php-deployer
push: ${{ github.ref == 'refs/heads/main' }}

@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
uses: https://git.kjan.de/actions/build-push-action@v5
uses: https://git.kjan.de/actions/build-push-action@v6
with:
context: ./images/actions/rust-node
push: ${{ github.ref == 'refs/heads/main' }}