From 1040a99a3d3bd69fbdea10fdc4814a938a041630 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 15 Aug 2024 14:21:52 +0000 Subject: [PATCH] [RENOVATE] Update actions/build-push-action action to v6 (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/build-push-action](https://git.kjan.de/actions/build-push-action) | action | major | `v5` -> `v6` | --- ### Release Notes
actions/build-push-action (actions/build-push-action) ### [`v6`](https://git.kjan.de/actions/build-push-action/compare/v5...v6) [Compare Source](https://git.kjan.de/actions/build-push-action/compare/v5...v6)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.kjan.de/actions/runner-images/pulls/7 Co-authored-by: Renovate Co-committed-by: Renovate --- .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' }}