diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index f181445..786bf3f 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: - name: Build image run: "nix --extra-experimental-features 'nix-command,flakes' build .#docker" - name: Log into registry - run: "nix shell nixpkgs#crane --command crane auth login git.ashhhleyyy.dev -u ${{github.actor}} -p ${{secrets.GITHUB_TOKEN}}" + run: "nix shell nixpkgs#crane --command crane auth login git.ashhhleyyy.dev -u ${{github.actor}} -p ${{secrets.PACKAGES_TOKEN}}" - name: Decompress tar.gz run: "gunzip -c result > /tmp/aci.tar" - name: Push image (latest)