From 0825522a7d0e51c0dfd2888e3707e5ea27cfa2c3 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Thu, 19 Sep 2024 11:48:25 -0400 Subject: [PATCH] fix??? Signed-off-by: Xe Iaso --- .gitea/workflows/earthly.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/earthly.yml b/.gitea/workflows/earthly.yml index 41e2d2c..b25faef 100644 --- a/.gitea/workflows/earthly.yml +++ b/.gitea/workflows/earthly.yml @@ -18,10 +18,6 @@ jobs: with: version: "latest" # or pin to an specific version, e.g. "0.8.1" - uses: actions/checkout@v4 - - name: Podman - run: | - sudo apt-get update - sudo apt-get install -y podman - name: Docker login # to avoid dockerhub rate-limiting run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}" - name: Log into ghcr.io @@ -32,9 +28,9 @@ jobs: password: ${{ secrets.GHCR_TOKEN }} - name: what version is installed? run: earthly --version - - name: use sattelite Alpha + - name: use sat alpha run: | - earthly config 'global.container_frontend' 'podman-shell' + earthly config 'global.container_frontend' 'docker-shell' earthly org select me-2625 earthly sat select alpha - name: run the earthly hello world