ci: add mirror
Some checks failed
build-docker-images-for-latest-release-github-ver / build-and-push (push) Failing after 3m29s
Some checks failed
build-docker-images-for-latest-release-github-ver / build-and-push (push) Failing after 3m29s
This commit is contained in:
parent
fae8a526f4
commit
00955c3f11
@ -19,7 +19,7 @@ jobs:
|
||||
run: |
|
||||
UBUNTU_VERSIONS=("18.04" "20.04" "22.04")
|
||||
for version in "${UBUNTU_VERSIONS[@]}"; do
|
||||
IMAGE_NAME="ubuntu:$version"
|
||||
IMAGE_NAME="dockerp.com/ubuntu:$version"
|
||||
TARGET_NAME="fly6516.synology.me:8080/ubuntu:$version"
|
||||
|
||||
# Pull the image from Docker Hub
|
||||
|
Loading…
Reference in New Issue
Block a user