This commit is contained in:
dm 2024-08-13 10:51:28 +08:00
parent c904a6db9f
commit 78fc7b1cb9
1 changed files with 2 additions and 0 deletions

View File

@ -24,4 +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
run: docker run -d -p 8080:80 my-docker-image