Skip to content

Commit

Permalink
why did it break
Browse files Browse the repository at this point in the history
  • Loading branch information
ribbanya committed Feb 28, 2024
1 parent cec8b5f commit c4873aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
- name: Log into container registry
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Grab Melee DOL
run: |
docker pull "$REGISTRY/doldecomp/build-melee:main"
container_id=$(docker create "$REGISTRY/doldecomp/build-melee:main")
docker pull "ghcr.io/doldecomp/build-melee:main"
container_id=$(docker create "ghcr.io/doldecomp/build-melee:main")
docker cp "$container_id":/orig .
- uses: cachix/install-nix-action@v25
with:
Expand Down

0 comments on commit c4873aa

Please sign in to comment.