fix: Remove redundant
earthly setup
This commit is contained in:
parent
7f38fb04e6
commit
9d117b5c5d
3 changed files with 3 additions and 22 deletions
10
.github/workflows/build-pr.yml
vendored
10
.github/workflows/build-pr.yml
vendored
|
|
@ -12,12 +12,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# There is a bug selecting a satellite in version 0.8
|
||||
# so we use 0.7 to login and connect to the satellite
|
||||
# before switching to the latest version
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.7.23
|
||||
version: v0.8.3
|
||||
|
||||
- name: Earthly login
|
||||
run: |
|
||||
|
|
@ -25,11 +22,6 @@ jobs:
|
|||
earthly org s blue-build
|
||||
earthly sat s blue-build-pr
|
||||
|
||||
- uses: earthly/actions-setup@v1
|
||||
|
||||
with:
|
||||
version: v0.8.2
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.ref }}
|
||||
|
|
|
|||
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
|
@ -17,12 +17,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# There is a bug selecting a satellite in version 0.8
|
||||
# so we use 0.7 to login and connect to the satellite
|
||||
# before switching to the latest version
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.7.23
|
||||
version: v0.8.3
|
||||
|
||||
- name: Earthly login
|
||||
run: |
|
||||
|
|
@ -30,10 +27,6 @@ jobs:
|
|||
earthly org s blue-build
|
||||
earthly sat s blue-build
|
||||
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.8.2
|
||||
|
||||
# Setup repo and add caching
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
6
.github/workflows/tag.yml
vendored
6
.github/workflows/tag.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
# before switching to the latest version
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.7.23
|
||||
version: v0.8.3
|
||||
|
||||
- name: Earthly login
|
||||
run: |
|
||||
|
|
@ -36,10 +36,6 @@ jobs:
|
|||
earthly org s blue-build
|
||||
earthly sat s blue-build
|
||||
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: v0.8.2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
- name: Add tomlq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue