更新 .gitea/workflows/go.yaml

This commit is contained in:
2024-12-19 10:24:28 +08:00
parent 8de9cf366b
commit 706af71113

View File

@@ -20,7 +20,7 @@ jobs:
- name: Build Docker image RUN_ID= $GITEA_RUN_ID RUN_NUMBER= $GITEA_RUN_NUMBER - name: Build Docker image RUN_ID= $GITEA_RUN_ID RUN_NUMBER= $GITEA_RUN_NUMBER
run: | run: |
docker build -t go-blog:$GITEA_RUN_ID -f ./Dockerfile . docker build -t go-blog:latest -f ./Dockerfile .
- name: Run Docker container - name: Run Docker container
run: | run: |