add earthly sattelite
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
1965ef80bc
commit
3421a78f54
@ -10,14 +10,18 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
name: example earthly test
|
name: example earthly test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: earthly/actions-setup@v1
|
- uses: earthly/actions-setup@v1
|
||||||
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@v2
|
- uses: actions/checkout@v4
|
||||||
- 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: what version is installed?
|
- name: what version is installed?
|
||||||
run: earthly --version
|
run: earthly --version
|
||||||
|
- name: use sattelite Alpha
|
||||||
|
run: earthly sat select alpha
|
||||||
- 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