更新 .gitea/workflows/demo.yaml
Some checks failed
Docker Image CI / build (push) Failing after 2s

This commit is contained in:
weiguoqiang 2024-11-13 03:40:09 +00:00
parent 12472f479b
commit b5277d6d3f

View File

@ -6,6 +6,6 @@ jobs:
build:
runs-on: runner01l
steps:
- uses: actions/checkout@v4
- uses: https://gitea.com/actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)