This commit is contained in:
@ -4,7 +4,7 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: machine
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
@ -17,9 +17,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker build -t file -f docker/docker-file/Dockerfile .
|
docker build -t file -f docker/docker-file/Dockerfile .
|
||||||
echo "The workflow is now ready to test your code on the runner.000"
|
echo "The workflow is now ready to test your code on the runner.000"
|
||||||
ls /workspace/docker
|
ls /Workspace/docker
|
||||||
echo "The workflow is now ready to test your code on the runner.111"
|
echo "The workflow is now ready to test your code on the runner.111"
|
||||||
cd /workspace/docker/docker-file/
|
cd /Workspace/docker/docker-file/
|
||||||
echo "The workflow is now ready to test your code on the runner.222"
|
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 }}."
|
||||||
Reference in New Issue
Block a user