This commit is contained in:
parent
d9c5a65371
commit
91f2284102
|
@ -22,7 +22,7 @@ jobs:
|
|||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
apt-get update
|
||||
apt install docker-ce docker-ce-cli containerd.io
|
||||
apt install -y docker-ce docker-ce-cli containerd.io
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
- name: 拉取代码
|
||||
uses: https://${{ env.DOMAIN }}/actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue