chore: remove Iranian mirror from CI workflow - use official Alpine repos
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m7s
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m7s
This commit is contained in:
parent
7bf8321392
commit
228e8e9740
@ -13,8 +13,8 @@ jobs:
|
||||
- name: Install SSH client
|
||||
run: |
|
||||
V=$(cut -d'.' -f1-2 /etc/alpine-release)
|
||||
echo "https://mirror.arvancloud.ir/alpine/v$V/main" > /etc/apk/repositories
|
||||
echo "https://mirror.arvancloud.ir/alpine/v$V/community" >> /etc/apk/repositories
|
||||
echo "https://dl-cdn.alpinelinux.org/alpine/v$V/main" > /etc/apk/repositories
|
||||
echo "https://dl-cdn.alpinelinux.org/alpine/v$V/community" >> /etc/apk/repositories
|
||||
apk add --no-cache openssh-client
|
||||
- name: Setup SSH key
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user