diff --git a/.gitea/workflows/node-npm.yaml b/.gitea/workflows/node-npm.yaml index e903f0f..fabb6b9 100644 --- a/.gitea/workflows/node-npm.yaml +++ b/.gitea/workflows/node-npm.yaml @@ -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 diff --git a/.gitea/workflows/node-ssh.yaml b/.gitea/workflows/node-ssh.yaml index 2484170..a1d59cc 100644 --- a/.gitea/workflows/node-ssh.yaml +++ b/.gitea/workflows/node-ssh.yaml @@ -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 diff --git a/.gitea/workflows/php-8.2.yaml b/.gitea/workflows/php-8.2.yaml index 076b1af..46a8736 100644 --- a/.gitea/workflows/php-8.2.yaml +++ b/.gitea/workflows/php-8.2.yaml @@ -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 diff --git a/.gitea/workflows/php-deployer.yaml b/.gitea/workflows/php-deployer.yaml index 5b1d2ab..8c79c60 100644 --- a/.gitea/workflows/php-deployer.yaml +++ b/.gitea/workflows/php-deployer.yaml @@ -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 diff --git a/.gitea/workflows/rust-node.yaml b/.gitea/workflows/rust-node.yaml index 9f9d7bc..19a10c9 100644 --- a/.gitea/workflows/rust-node.yaml +++ b/.gitea/workflows/rust-node.yaml @@ -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