ci: 更新tag
Some checks failed
Egg CI/CD / build-image (push) Successful in 2m15s
Egg CI/CD / deploy (push) Failing after 1m5s

This commit is contained in:
zhaoyingbo 2024-03-04 12:04:38 +00:00
parent cabc23ae77
commit a7e92d4ca2

View File

@ -3,7 +3,7 @@ on: [push]
jobs:
build-image:
runs-on: mi-server
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Check out repository code
@ -26,7 +26,7 @@ jobs:
deploy:
needs: build-image
runs-on: mi-server
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
# 检出代码