c3
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s

This commit is contained in:
2025-05-22 20:26:20 +08:00
parent 6922705554
commit 4439ad3e6d

View File

@ -16,6 +16,8 @@ jobs:
- name: List files in the repository - name: List files in the repository
run: | run: |
docker build -t localhost/file:v2 -f docker/docker-file/Dockerfile . docker build -t localhost/file:v2 -f docker/docker-file/Dockerfile .
echo "The workflow is now ready to test your code on the runner.111"
cd docker/docker-file/ cd docker/docker-file/
echo "The workflow is now ready to test your code on the runner.222"
docker compose up -d docker compose up -d
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."