diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index d0b9cbb..44dd373 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -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 diff --git a/flake.nix b/flake.nix index 6624b0f..8768ed4 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];