fix docker-run

This commit is contained in:
千里走单骑 2024-04-02 02:00:26 +08:00
parent 1b97a851a3
commit 5e82c66f61
1 changed files with 2 additions and 3 deletions

View File

@ -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]