Skip to content

Commit

Permalink
Update earthly/earthly Docker tag to v0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 738d716 commit 68c43c3
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.9"
version: "v0.8.11"
- uses: actions/[email protected]
- 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.9"
version: "v0.8.11"
- uses: "actions/[email protected]"

- 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.9"
version: "v0.8.11"
- uses: actions/[email protected]

- 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.9"
version: "v0.8.11"
- uses: "actions/[email protected]"

- 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.9"
version: "v0.8.11"
- uses: "actions/[email protected]"

- 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.9"
version: "0.8.11"
- uses: actions/[email protected]
- 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.9"
version: "0.8.11"
- uses: actions/[email protected]
- 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.9 \
earthly/earthly:v0.8.11 \
--allow-privileged \
"$@"

0 comments on commit 68c43c3

Please sign in to comment.