fix: COPY yq into final image for modules

This commit is contained in:
Gerald Pinder 2024-02-26 09:27:12 -05:00
parent ce8f889dc2
commit 0fd06cacd7
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ jobs:
run: |
earthly account login --token ${{ secrets.EARTHLY_SAT_TOKEN }} >> /dev/null
earthly org s blue-build
earthly sat s blue-build
earthly sat s blue-build-tag
- name: Set up Python
uses: actions/setup-python@v5