ci: fix commands
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 16s
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 16s
This commit is contained in:
parent
22ea406d97
commit
0e0f846eb1
@ -14,10 +14,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: http://fly6516.synology.me:4000/Gitea_Action/checkout@v2
|
||||
|
||||
- name: Create Docker configuration directory
|
||||
run: sudo mkdir -p /etc/docker
|
||||
|
||||
# Configure Docker to use dockerp.com as a mirror
|
||||
- name: Configure Docker Daemon for Mirror
|
||||
run: |
|
||||
sudo mkdir -p /etc/docker
|
||||
echo '{
|
||||
"registry-mirrors": ["https://dockerp.com"]
|
||||
}' | sudo tee /etc/docker/daemon.json
|
||||
|
Loading…
Reference in New Issue
Block a user