change init
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user