mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
ci: fix job step id
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
5a02b9b7a6
commit
05e9ecfceb
|
|
@ -65,7 +65,6 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build Test Docker Image
|
name: Build Test Docker Image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
id: docker_build
|
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.build
|
file: Dockerfile.build
|
||||||
|
|
@ -100,6 +99,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
id: docker_build
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile.build
|
file: Dockerfile.build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue