We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f46020 commit f833596Copy full SHA for f833596
.github/workflows/build-deploy.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "DOCKER_TAG=$DOCKER_TAG" >> "${GITHUB_ENV}"
45
#Repo
46
mkdir -p "/tmp/ARCHLINUX" && pushd "/tmp/ARCHLINUX" >/dev/null 2>&1
47
- git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge/docker-archlinux"
+ git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge-dev/docker-archlinux"
48
popd >/dev/null 2>&1
49
continue-on-error: true
50
0 commit comments