fix(ci): Login to earthly for tag build-scripts-all target
This commit is contained in:
parent
3c6ad5ac25
commit
879dca348c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/tag.yml
vendored
5
.github/workflows/tag.yml
vendored
|
|
@ -88,6 +88,11 @@ jobs:
|
|||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: earthly/actions-setup@v1
|
||||
- name: Earthly login
|
||||
run: |
|
||||
earthly account login --token ${{ secrets.EARTHLY_SAT_TOKEN }} >> /dev/null
|
||||
earthly org s blue-build
|
||||
earthly sat s tag
|
||||
|
||||
- name: Login to GitHub Container Registry
|
||||
uses: docker/login-action@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue