update ci info.
This commit is contained in:
parent
de5bfe28c6
commit
298a30b06b
@ -5,14 +5,14 @@ jobs:
|
|||||||
PullDocker:
|
PullDocker:
|
||||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Docker Registry
|
- name: Login to ACR
|
||||||
uses: docker/login-action@v2
|
uses: aliyun/acr-login@v1
|
||||||
with:
|
with:
|
||||||
registry: frp-by1.wwvvww.cn:45288
|
login-server: https://registry.cn-shenzhen.aliyuncs.com
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
- name: Pull Docker image
|
- name: Pull Docker image
|
||||||
run: docker pull frp-by1.wwvvww.cn:45288/ubuntu_dev:22.04
|
run: docker pull registry.cn-shenzhen.aliyuncs.com/amass_toolset/ubuntu_dev:22.04
|
||||||
Build:
|
Build:
|
||||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||||
container:
|
container:
|
||||||
|
Loading…
Reference in New Issue
Block a user