Skip to content

Commit

Permalink
fix(ci): Login to earthly for tag build-scripts-all target
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Nov 27, 2024
1 parent 3c6ad5a commit 879dca3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 879dca3

Please sign in to comment.