Skip to content

Commit

Permalink
build: lower repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
jashan-lco committed Aug 9, 2024
1 parent 35402aa commit 44de5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
nix run .#container.copyTo --impure -- \
--dest-username ${{ github.actor}} \
--dest-password '${{ secrets.GITHUB_TOKEN }}' \
docker://ghcr.io/${{ github.repository }}:$tag
docker://ghcr.io/${GITHUB_REPOSITORY@L}:$tag
done

0 comments on commit 44de5a9

Please sign in to comment.