fix image
This commit is contained in:
parent
f50d5c9a8c
commit
b1fd0e54d4
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue