diff --git a/Dockerfile b/Dockerfile index d05b942..22322af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/synpse/cli:latest +FROM ghcr.io/synpse-hq/cli:latest # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh