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: