From 34a9f24438de39ea630a97962786d264535ae7dc Mon Sep 17 00:00:00 2001 From: Simon Liu Date: Mon, 13 Jan 2025 14:22:21 -0800 Subject: [PATCH] fix tagging of docker image --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5742ea9..fc9e2a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -231,11 +231,6 @@ jobs: echo "TARGET_ENV_LOWERCASE=${lowercase_value}" >> $GITHUB_ENV - name: Extract metadata (tags, labels) for Docker - if: | - steps.pypi-test-publish.conclusion == 'success' || - steps.pypi-publish.conclusion == 'success' || - github.event.head_commit.message == '/deploy sit' || - github.event.head_commit.message == '/deploy uat' id: meta uses: docker/metadata-action@v5 with: