Skip to content

Commit 42fe996

Browse files
committed
Fix missing earthly install
Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 6a97a15 commit 42fe996

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/reusable-docker-arm-build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,9 @@ jobs:
9191
- name: Install Cosign
9292
uses: sigstore/cosign-installer@main
9393
- name: Install earthly
94-
uses: Luet-lab/luet-install-action@cec77490c3f2416d7d07a47cfab04d448641d7ce # v1.1
94+
uses: earthly/actions-setup@v1
9595
with:
96-
repository: quay.io/kairos/packages
97-
packages: utils/earthly
96+
github-token: ${{ secrets.GITHUB_TOKEN }}
9897
- name: Set up Docker Buildx
9998
id: buildx
10099
uses: docker/setup-buildx-action@master

0 commit comments

Comments
 (0)