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