[RENOVATE] Update actions/build-push-action action to v6 #7
@ -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' }}
|
||||
|
Loading…
Reference in New Issue
Block a user