Skip to content

Commit

Permalink
ci: fix another mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 21, 2024
1 parent b3126f9 commit 6572b29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ jobs:
- name: Build static binary
run: |
cd release && \
docker login ghrc.io --username spex-lang --password ${{ secrets.CR_PAT }} && \
docker pull ghcr.io/spex-lang/spex-static-build && \
echo ${{ secrets.CR_PAT }} | \
docker login ghrc.io --username spex-lang --password-stdin && \
docker pull ghcr.io/spex-lang/static-build && \
docker run \
-v "${PWD}/..":/mnt/:ro \
-v "~/.cabal/packages":/root/.cache/cabal/packages \
Expand Down

0 comments on commit 6572b29

Please sign in to comment.