Skip to content

Commit

Permalink
Update earthly/earthly Docker tag to v0.8.9 (#139)
Browse files Browse the repository at this point in the history
[![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.7` -> `0.8.9` |
| earthly/earthly | patch | `v0.8.7` -> `v0.8.9` |

---

> [!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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 8f6b6bb commit 110f259
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kairos-ubuntu-22-lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.7"
version: "v0.8.9"
- uses: actions/checkout@v4.1.4
- uses: docker/setup-qemu-action@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kairos-zsh-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.7"
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"

- name: "Login to GitHub Container Hub"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kustomization-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.7"
version: "v0.8.9"
- uses: actions/checkout@v4.1.4

- name: Build Image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-silabs-flasher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.7"
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"

- name: "Login to GitHub Container Hub"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/usb-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "v0.8.7"
version: "v0.8.9"
- uses: "actions/checkout@v4.1.4"

- name: "Login to GitHub Container Hub"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.7"
version: "0.8.9"
- uses: actions/checkout@v4.1.4
- name: Run validation checks
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# renovate: datasource=docker depName=earthly/earthly
version: "0.8.7"
version: "0.8.9"
- uses: actions/checkout@v4.1.4
- name: Run lint checks
run: |
Expand Down
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ docker run \
-t \
-v "$(pwd)":/workspace \
-v earthly-tmp:/tmp/earthly:rw \
earthly/earthly:v0.8.7 \
earthly/earthly:v0.8.9 \
--allow-privileged \
"$@"

0 comments on commit 110f259

Please sign in to comment.