fix??
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
8154a94e72
commit
f497155341
@ -19,10 +19,17 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Docker login # to avoid dockerhub rate-limiting
|
||||
run: docker login --username "${{ secrets.DOCKERHUB_USERNAME }}" --password "${{ secrets.DOCKERHUB_PASSWORD }}"
|
||||
- name: Log into ghcr.io
|
||||
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: xe
|
||||
password: ${{ secrets.GHCR_TOKEN }}
|
||||
- name: what version is installed?
|
||||
run: earthly --version
|
||||
- name: use sattelite Alpha
|
||||
run: |
|
||||
earthly bootstrap
|
||||
earthly org select me-2625
|
||||
earthly sat select alpha
|
||||
- name: run the earthly hello world
|
||||
|
Loading…
x
Reference in New Issue
Block a user