add docker op to workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 48s
This commit is contained in:
@ -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 }}."
|
||||
Reference in New Issue
Block a user