From 8a65a4174a45470af328acfe0829e20c402f83c6 Mon Sep 17 00:00:00 2001 From: creamlike1024 Date: Tue, 3 Jun 2025 11:10:09 +0800 Subject: [PATCH] update docker-image-alpha.yml --- .github/workflows/docker-image-alpha.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image-alpha.yml b/.github/workflows/docker-image-alpha.yml index d0d180ab..f45addb9 100644 --- a/.github/workflows/docker-image-alpha.yml +++ b/.github/workflows/docker-image-alpha.yml @@ -46,8 +46,8 @@ jobs: calciumion/new-api ghcr.io/${{ github.repository }} tags: | - type=raw,value=alpha,enable={{is_default_branch}} - type=raw,value=alpha-{{date 'YYYYMMDD'}}-{{sha}},enable={{is_default_branch}} + type=raw,value=alpha + type=raw,value=alpha-{{date 'YYYYMMDD'}}-{{sha}} - name: Build and push Docker images uses: docker/build-push-action@v5