fix image

This commit is contained in:
千里走单骑 2024-04-03 01:02:13 +08:00
parent f50d5c9a8c
commit b1fd0e54d4
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ env:
jobs:
build:
runs-on: k8s # <-- Used runner label
container: ${{ env.DOMAIN }}/youling/devops
container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401
steps:
# - name: 环境检测
# run: |
@ -69,7 +69,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
gtiops:
runs-on: k8s # <-- Used runner label
container: ${{ env.DOMAIN }}/youling/devops
container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401
if: ${{ success() }}
needs: [build]
@ -87,7 +87,7 @@ jobs:
微信通知:
runs-on: k8s # <-- Used runner label
container: ${{ env.DOMAIN }}/youling/devops
container: ghcr.m.daocloud.io/catthehacker/ubuntu:custom-20.04-20240401
if: ${{success()}}
needs: [build, gtiops]