From d89c32503ea057d84ce0b6b06345ea413673f026 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 08:39:21 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.8.12 (#163) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | earthly/earthly | patch | `0.8.11` -> `0.8.12` | | earthly/earthly | patch | `v0.8.11` -> `v0.8.12` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/marinatedconcrete/config). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/kairos-ubuntu-22-lts.yml | 2 +- .github/workflows/kairos-zsh-bundle.yml | 2 +- .github/workflows/kustomization-tests.yml | 2 +- .github/workflows/universal-silabs-flasher.yml | 2 +- .github/workflows/usb-image.yml | 2 +- .github/workflows/validate.yml | 4 ++-- earthly.sh | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/kairos-ubuntu-22-lts.yml b/.github/workflows/kairos-ubuntu-22-lts.yml index 8552714..67512c1 100644 --- a/.github/workflows/kairos-ubuntu-22-lts.yml +++ b/.github/workflows/kairos-ubuntu-22-lts.yml @@ -34,7 +34,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.11" + version: "v0.8.12" - uses: actions/checkout@v4.1.6 - uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/kairos-zsh-bundle.yml b/.github/workflows/kairos-zsh-bundle.yml index e6c7bd0..96efa8b 100644 --- a/.github/workflows/kairos-zsh-bundle.yml +++ b/.github/workflows/kairos-zsh-bundle.yml @@ -33,7 +33,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.11" + version: "v0.8.12" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/kustomization-tests.yml b/.github/workflows/kustomization-tests.yml index 5cfa788..baf6556 100644 --- a/.github/workflows/kustomization-tests.yml +++ b/.github/workflows/kustomization-tests.yml @@ -39,7 +39,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.11" + version: "v0.8.12" - uses: actions/checkout@v4.1.6 - name: Build Image diff --git a/.github/workflows/universal-silabs-flasher.yml b/.github/workflows/universal-silabs-flasher.yml index 6268dd2..4b565d4 100644 --- a/.github/workflows/universal-silabs-flasher.yml +++ b/.github/workflows/universal-silabs-flasher.yml @@ -34,7 +34,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.11" + version: "v0.8.12" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/usb-image.yml b/.github/workflows/usb-image.yml index a9c4088..5937b8a 100644 --- a/.github/workflows/usb-image.yml +++ b/.github/workflows/usb-image.yml @@ -31,7 +31,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "v0.8.11" + version: "v0.8.12" - uses: "actions/checkout@v4.1.6" - name: "Login to GitHub Container Hub" diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c80e2ff..0c06705 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -18,7 +18,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "0.8.11" + version: "0.8.12" - uses: actions/checkout@v4.1.6 - name: Run validation checks run: | @@ -36,7 +36,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} # renovate: datasource=docker depName=earthly/earthly - version: "0.8.11" + version: "0.8.12" - uses: actions/checkout@v4.1.6 - name: Run lint checks run: | diff --git a/earthly.sh b/earthly.sh index 4c71506..5813d6e 100755 --- a/earthly.sh +++ b/earthly.sh @@ -7,6 +7,6 @@ docker run \ -t \ -v "$(pwd)":/workspace \ -v earthly-tmp:/tmp/earthly:rw \ - earthly/earthly:v0.8.11 \ + earthly/earthly:v0.8.12 \ --allow-privileged \ "$@"