Update actions/build-push-action action to v6
This commit is contained in:
parent
084e71acfe
commit
ef00129ab4
@ -30,7 +30,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- 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: true
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- 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: true
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- 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: true
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- 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: true
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
- 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: true
|
||||
|
Loading…
Reference in New Issue
Block a user