Update actions/build-push-action action to v6

This commit is contained in:
Renovate 2024-08-15 13:21:44 +00:00
parent 084e71acfe
commit ef00129ab4
5 changed files with 5 additions and 5 deletions

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - 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: with:
context: ./images/actions/node-npm context: ./images/actions/node-npm
push: true push: true

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - 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: with:
context: ./images/actions/node-ssh context: ./images/actions/node-ssh
push: true push: true

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - 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: with:
context: ./images/actions/php-8.2 context: ./images/actions/php-8.2
push: true push: true

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - 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: with:
context: ./images/actions/php-deployer context: ./images/actions/php-deployer
push: true push: true

@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and push - 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: with:
context: ./images/actions/rust-node context: ./images/actions/rust-node
push: true push: true