Skip to content

Commit

Permalink
ci: try other username
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Oct 21, 2024
1 parent 8491bc5 commit 548e575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
username: spex-lang
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build static binary
run: |
cd release && \
docker pull ghcr.io/spex-lang/static-build@sha256:adc614ba1dc682134485a901661f82e9ce23e0044accb71052e862dfd0b14809 && \
docker pull ghcr.io/spex-lang/static-build:latest && \
docker run \
-v "${PWD}/..":/mnt/:ro \
-v "~/.cabal/packages":/root/.cache/cabal/packages \
Expand Down

0 comments on commit 548e575

Please sign in to comment.