fix(ci): nix moment
Some checks failed
Publish docker image / Publish (push) Failing after 2m3s

This commit is contained in:
Ashhhleyyy 2024-02-18 11:58:14 +00:00
parent 203afb3ed4
commit b6691214aa
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -17,8 +17,8 @@ jobs:
- name: Build image
run: "nix --extra-experimental-features 'nix-command,flakes' build .#docker"
- name: Log into registry
run: "nix run nixpkgs#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.GITHUB_TOKEN}}"
- name: Push image (latest)
run: "nix run nixpkgs#crane -- push result git.ashhhleyyy.dev/ash/aci:latest"
- nam: Push image
run: "nix run nixpkgs#crane -- push result git.ashhhleyyy.dev/ash/aci:${{github.sha}}"
run: "nix shell nixpkgs#crane --command crane push result git.ashhhleyyy.dev/ash/aci:latest"
- name: Push image
run: "nix shell nixpkgs#crane --command crane push result git.ashhhleyyy.dev/ash/aci:${{github.sha}}"