ci: fix job step id

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
Shengqi Chen 2025-09-24 14:37:02 +08:00
parent 5a02b9b7a6
commit 05e9ecfceb
No known key found for this signature in database
GPG Key ID: 6EE389C0F18AF774

View File

@ -65,7 +65,6 @@ jobs:
-
name: Build Test Docker Image
uses: docker/build-push-action@v6
id: docker_build
with:
context: .
file: Dockerfile.build
@ -100,6 +99,7 @@ jobs:
-
name: Build and push
uses: docker/build-push-action@v5
id: docker_build
with:
context: .
file: Dockerfile.build