install earthyl manually

This commit is contained in:
Itxaka 2025-04-22 10:37:44 +02:00 committed by GitHub
parent f8ef34077d
commit a21fb32bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,10 +29,9 @@ jobs:
username: ${{ secrets.DOCKER_LOGIN }} username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASS }} password: ${{ secrets.DOCKER_PASS }}
- name: Install earthly - name: Install earthly
uses: Luet-lab/luet-install-action@v1 uses: earthly/actions-setup@v1
with: with:
repository: quay.io/kairos/packages github-token: ${{ secrets.GITHUB_TOKEN }}
packages: utils/earthly
- name: build iso - name: build iso
run: | run: |
# Configure earthly to use the docker mirror in CI # Configure earthly to use the docker mirror in CI