Skip to content

Commit f833596

Browse files
authored
fix
1 parent 9f46020 commit f833596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "DOCKER_TAG=$DOCKER_TAG" >> "${GITHUB_ENV}"
4545
#Repo
4646
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"
47+
git clone --filter="blob:none" --depth="1" "https://github.com/pkgforge-dev/docker-archlinux"
4848
popd >/dev/null 2>&1
4949
continue-on-error: true
5050

0 commit comments

Comments
 (0)