Skip to content

Commit 4412126

Browse files
committed
Workflow updates
1 parent aeb2514 commit 4412126

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
use-cache: true
4444
version: "latest"
4545

46-
- name: select satellite
47-
run: earthly sat select honolulu
48-
4946
- name: run build and archive
5047
run: earthly --ci --output --save-inline-cache --use-inline-cache --max-remote-cache +archive --VERSION="${{ github.ref_name }}"
5148

.github/workflows/release_docker_hub.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
with:
4646
version: "latest"
4747

48-
- name: select satellite
49-
run: earthly sat select hilo
50-
5148
- name: docker login
5249
run: docker login --username kickable --password "${{ secrets.DOCKER_HUB }}"
5350

.github/workflows/release_ghcr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ jobs:
4747
with:
4848
version: "latest"
4949

50-
- name: select satellite
51-
run: earthly sat select manoa
52-
5350
- name: docker login
5451
run: docker login ghcr.io --username ${{ github.repository_owner }} --password "${{ secrets.GITHUB_TOKEN }}"
5552

0 commit comments

Comments
 (0)