fix(ci): Login to earthly for tag build-scripts-all target

This commit is contained in:
Gerald Pinder 2024-11-26 21:30:57 -05:00
parent 3c6ad5ac25
commit 879dca348c

View file

@ -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