Correct ghcr image name
All checks were successful
Nix build / build-docker-arm (push) Successful in 9m20s
Nix build / build-docker (push) Successful in 11m37s

This commit is contained in:
Gabriel Simmer 2024-03-30 16:49:51 +00:00
parent c277defca3
commit 8f33e31756
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ jobs:
- name: "Docker image push"
if: "github.event_name == 'push' && github.ref_name == 'main'"
run: |
docker push ghcr.io/gmemstr//tclip:latest
docker push ghcr.io/gmemstr/tclip:latest
- name: "Portable service build"
run: |
nix build .#portable-service

View file

@ -37,7 +37,7 @@
};
docker = pkgs.dockerTools.buildLayeredImage {
name = "ghcr.io/tailscale-dev/tclip";
name = "ghcr.io/gmemstr/tclip";
tag = "latest";
config.Cmd = [ "${tclipd}/bin/tclipd" ];
contents = [ pkgs.cacert ];