fix(ci): use special token for package push
All checks were successful
Publish docker image / Publish (push) Successful in 2m22s

This commit is contained in:
Ashhhleyyy 2024-02-18 12:20:08 +00:00
parent 89619e002b
commit 9f63a2c7d3
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -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)