From 38e04f84d62b2cd18c32f60534b58373917f0833 Mon Sep 17 00:00:00 2001 From: Grieve Date: Wed, 13 Nov 2024 11:56:27 +0800 Subject: [PATCH] ci(image): fix missing sha tag (#903) --- .github/workflows/build-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index e241d780c..ea7357e97 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -24,7 +24,7 @@ jobs: run: | if [ "${{ github.event_name }}" = "push" ]; then echo "type=sha" > tags.txt - echo "type=raw,value=nightly" > tags.txt + echo "type=schedule" >> tags.txt fi if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then if [ -n "${{ github.event.inputs.docker_image_tag_name }}" ]; then