diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e3c7a7..6854c43 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,11 +192,11 @@ jobs: docker-build: name: Build and Push Docker Image needs: [detect-project, build, set-tag] - if: | - always() && - needs.detect-project.result == 'success' && - needs.build.result == 'success' && - github.event_name != 'pull_request' + #if: | + # always() && + # needs.detect-project.result == 'success' && + # needs.build.result == 'success' && + # github.event_name != 'pull_request' runs-on: ubuntu-latest environment: production steps: