wtf????
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
56e25fe7cf
commit
afc3083427
@ -18,8 +18,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: "latest" # or pin to an specific version, e.g. "0.8.1"
|
version: "latest" # or pin to an specific version, e.g. "0.8.1"
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Docker Buildx
|
- name: Podman
|
||||||
uses: https://github.com/docker/setup-buildx-action@v3
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y podman
|
||||||
- name: Docker login # to avoid dockerhub rate-limiting
|
- name: Docker login # to avoid dockerhub rate-limiting
|
||||||
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
||||||
- name: Log into ghcr.io
|
- name: Log into ghcr.io
|
||||||
@ -32,9 +34,8 @@ jobs:
|
|||||||
run: earthly --version
|
run: earthly --version
|
||||||
- name: use sattelite Alpha
|
- name: use sattelite Alpha
|
||||||
run: |
|
run: |
|
||||||
earthly config 'global.container_frontend' 'docker-shell'
|
earthly config 'global.container_frontend' 'podman-shell'
|
||||||
earthly org select me-2625
|
earthly org select me-2625
|
||||||
earthly sat select alpha
|
earthly sat select alpha
|
||||||
docker info
|
|
||||||
- name: run the earthly hello world
|
- name: run the earthly hello world
|
||||||
run: earthly github.com/earthly/hello-world:main+hello
|
run: earthly github.com/earthly/hello-world:main+hello
|
Loading…
x
Reference in New Issue
Block a user