diff --git a/linux/ubuntu/act/Dockerfile b/linux/ubuntu/act/Dockerfile index bc21040..f8c14c6 100644 --- a/linux/ubuntu/act/Dockerfile +++ b/linux/ubuntu/act/Dockerfile @@ -63,7 +63,7 @@ RUN set -Eeuxo pipefail && \ printf "Cleaned up image\n" # > Home repository -LABEL org.opencontainers.image.source="https://github.com/CatTheHacker/docker-images" +LABEL org.opencontainers.image.source="https://github.com/catthehacker/docker_images" SHELL [ "/bin/bash", "--login" ] diff --git a/linux/ubuntu/runner/Dockerfile b/linux/ubuntu/runner/Dockerfile index 4c15adf..9579b1d 100644 --- a/linux/ubuntu/runner/Dockerfile +++ b/linux/ubuntu/runner/Dockerfile @@ -80,7 +80,7 @@ RUN set -Eeuxo pipefail && \ printf "Created non-root user $(grep ${RUNNER_USER} /etc/passwd)\n" # > Home repository -LABEL org.opencontainers.image.source="https://github.com/CatTheHacker/docker-images" +LABEL org.opencontainers.image.source="https://github.com/catthehacker/docker_images" # > Don't run as root, generally not good idea USER ${RUNNER_USER}:${RUNNER_USER}