修复忘记拉取代码到gitea runner
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s

This commit is contained in:
xiaohei 2025-02-15 16:10:46 +08:00
parent 97daa16fe4
commit 1022ae7f03

View File

@ -21,15 +21,15 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Print to Log
id: print-to-log
uees: ./
with:
who-to-greet: Test
# - name: Checkout code
# uses: actions/checkout@v4
# - name: install podman
# run: apt update && apt install podman -y