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