3
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
Details
This commit is contained in:
parent
78fc7b1cb9
commit
103c8e7351
|
@ -24,6 +24,6 @@ jobs:
|
||||||
- run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner."
|
- run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner."
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build -t my-docker-image .
|
run: docker build -t my-docker-image .
|
||||||
-name: Deploy to local Docker
|
- name: Deploy to local Docker
|
||||||
run: docker run -d -p 8080:80 my-docker-image
|
run: docker run -d -p 8080:80 my-docker-image
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue