fix(ci): use special token for package push
All checks were successful
Publish docker image / Publish (push) Successful in 2m22s
All checks were successful
Publish docker image / Publish (push) Successful in 2m22s
This commit is contained in:
parent
89619e002b
commit
9f63a2c7d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue