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