diff --git a/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh b/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh index 65999d0..6a6c509 100755 --- a/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh +++ b/.github/workflows/docker-images/yocto-builder/entrypoint-build.sh @@ -24,7 +24,7 @@ TEMP_DIR="$(mktemp -d)" cd "$TEMP_DIR" REPOS=" \ - git://git.yoctoproject.org/poky.git \ + https://git.yoctoproject.org/poky.git \ " for repo in $REPOS; do log "Cloning $repo on branch $BASE_REF..." diff --git a/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh b/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh index 474a24e..3d4189b 100755 --- a/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh +++ b/.github/workflows/docker-images/yocto-builder/entrypoint-yocto-check-layer.sh @@ -20,7 +20,7 @@ TEMP_DIR="$(mktemp -d)" cd "$TEMP_DIR" REPOS=" \ - git://git.yoctoproject.org/poky.git \ + https://git.yoctoproject.org/poky.git \ " for repo in $REPOS; do log "Cloning $repo on branch $BASE_REF..."