Skip to content

Commit

Permalink
updating earthly configs
Browse files Browse the repository at this point in the history
  • Loading branch information
defstream committed Jan 5, 2024
1 parent 6306c2f commit 060852a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
with:
version: latest

- name: select satellite
run: earthly sat select maui
# - name: select satellite
# run: earthly sat select maui

- name: hash
id: hash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
use-cache: true
version: "latest"

# - name: select satellite
# run: earthly sat select honolulu
- name: select satellite
run: earthly sat select honolulu

- name: run build and archive
run: earthly --ci --output --save-inline-cache --use-inline-cache --max-remote-cache +archive --VERSION="${{ github.ref_name }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
with:
version: "latest"

# - name: select satellite
# run: earthly sat select hilo
- name: select satellite
run: earthly sat select hilo

- name: docker login
run: docker login --username kickable --password "${{ secrets.DOCKER_HUB }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
version: "latest"

# - name: select satellite
# run: earthly sat select manoa
- name: select satellite
run: earthly sat select manoa

- name: docker login
run: docker login ghcr.io --username ${{ github.repository_owner }} --password "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 060852a

Please sign in to comment.