From a9799b5262a54b19a9dca7ecc52820972e66cee9 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 15 Aug 2024 13:21:44 +0000 Subject: [PATCH] Update actions/build-push-action action to v6 --- .gitea/workflows/node-npm.yaml | 2 +- .gitea/workflows/node-ssh.yaml | 2 +- .gitea/workflows/php-8.2.yaml | 2 +- .gitea/workflows/php-deployer.yaml | 2 +- .gitea/workflows/rust-node.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/node-npm.yaml b/.gitea/workflows/node-npm.yaml index d835b8e..964b36c 100644 --- a/.gitea/workflows/node-npm.yaml +++ b/.gitea/workflows/node-npm.yaml @@ -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' }} diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml index c049f2a..0166f1a 100644 --- a/.gitea/workflows/node-ssh.yaml +++ b/.gitea/workflows/node-ssh.yaml @@ -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' }} diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index 9895828..d7cf5a4 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.yaml @@ -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' }} diff --git a/.gitea/workflows/php-deployer.yaml b/.gitea/workflows/php-deployer.yaml index 5801f29..03eee74 100644 --- a/.gitea/workflows/php-deployer.yaml +++ b/.gitea/workflows/php-deployer.yaml @@ -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' }} diff --git a/.gitea/workflows/rust-node.yaml b/.gitea/workflows/rust-node.yaml index b5ea8af..860a5f1 100644 --- a/.gitea/workflows/rust-node.yaml +++ b/.gitea/workflows/rust-node.yaml @@ -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' }}