add docker op to workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s

This commit is contained in:
2025-05-22 20:12:16 +08:00
parent e9d31db5fe
commit d07e70ad14

View File

@ -15,9 +15,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
pwd
ls .
docker images
docker ps
docker build -t file:v2 -f docker/docker-file/Dockerfile .
cd docker/docker-file/
docker compose up -d
- run: echo "🍏 This job's status is ${{ job.status }}."