change init

This commit is contained in:
zhangchao
2024-12-16 18:15:15 +08:00
parent 2947fa7d3e
commit f9b57db475
3 changed files with 4 additions and 18 deletions

View File

@@ -18,9 +18,9 @@ jobs:
- name: Set up Docker Buildx
uses: https://gitea.com/docker/setup-buildx-action@v3
- name: Build Docker image
- name: Build Docker image RUN_ID= $GITEA_RUN_ID RUN_NUMBER= $GITEA_RUN_NUMBER
run: |
docker build -t go_blog:latest -f ./Dockerfile .
docker build -t go_blog:$GITEA_RUN_ID -f ./Dockerfile .
- name: Run Docker container
run: |