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 }}
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user