修复忘记拉取代码到gitea runner
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
Some checks failed
Docker Build / Build and push docker image (push) Failing after 0s
This commit is contained in:
parent
97daa16fe4
commit
1022ae7f03
@ -21,15 +21,15 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Print to Log
|
- name: Print to Log
|
||||||
id: print-to-log
|
id: print-to-log
|
||||||
uees: ./
|
uees: ./
|
||||||
with:
|
with:
|
||||||
who-to-greet: Test
|
who-to-greet: Test
|
||||||
|
|
||||||
# - name: Checkout code
|
|
||||||
# uses: actions/checkout@v4
|
|
||||||
|
|
||||||
# - name: install podman
|
# - name: install podman
|
||||||
# run: apt update && apt install podman -y
|
# run: apt update && apt install podman -y
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user