Update actions/build-push-action action to v6
All checks were successful
Node npm / Build and push image (pull_request) Successful in 1m19s
Node ssh / Build and push image (pull_request) Successful in 1m52s
PHP 8.2 / Build and push image (pull_request) Successful in 1m3s
PHP deployer / Build and push image (pull_request) Successful in 48s
Rust node / Build and push image (pull_request) Successful in 5m47s

This commit is contained in:
Renovate 2024-08-15 13:21:44 +00:00 committed by Jan Gleytenhoover
parent 8a70b9edc4
commit a9799b5262
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' }}