From f029a75e0beb13c171c07fd89916545c7f48a645 Mon Sep 17 00:00:00 2001 From: Nhu Viet Nguyen Date: Wed, 20 Sep 2023 14:12:03 +0200 Subject: [PATCH] chore: remove redundant condition --- .github/workflows/reusable_dockerfile_pipeline.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable_dockerfile_pipeline.yml b/.github/workflows/reusable_dockerfile_pipeline.yml index d8fec37..56186c2 100644 --- a/.github/workflows/reusable_dockerfile_pipeline.yml +++ b/.github/workflows/reusable_dockerfile_pipeline.yml @@ -147,7 +147,6 @@ jobs: github.event_name == 'push' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') && - !startsWith(github.ref, 'refs/tags/v') && !contains(github.ref, '-rc') uses: docker/build-push-action@v4 env: