fix docker-run
This commit is contained in:
parent
1b97a851a3
commit
5e82c66f61
|
@ -20,7 +20,8 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# container: catthehacker/ubuntu:act-latest
|
container:
|
||||||
|
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
# - name: 环境检测
|
# - name: 环境检测
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -69,8 +70,6 @@ jobs:
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
gtiops:
|
gtiops:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ghcr.m.daocloud.io/catthehacker/ubuntu:act-latest
|
|
||||||
if: ${{ success() }}
|
if: ${{ success() }}
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue