更新 .gitea/workflows/go.yaml
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
|
||||
- name: Build Docker image RUN_ID= $GITEA_RUN_ID RUN_NUMBER= $GITEA_RUN_NUMBER
|
||||
run: |
|
||||
docker build -t go-blog:$GITEA_RUN_ID -f ./Dockerfile .
|
||||
docker build -t go-blog:latest -f ./Dockerfile .
|
||||
|
||||
- name: Run Docker container
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user