3
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s Details

This commit is contained in:
dm 2024-08-13 10:52:40 +08:00
parent 78fc7b1cb9
commit 103c8e7351
1 changed files with 1 additions and 1 deletions

View File

@ -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