diff --git a/.github/workflows/deploy-docker-main.yml b/.github/workflows/deploy-docker-main.yml index 22a9d35f..a1b4e2c1 100644 --- a/.github/workflows/deploy-docker-main.yml +++ b/.github/workflows/deploy-docker-main.yml @@ -158,7 +158,7 @@ jobs: - name: "📦 Build and push" id: task_release_gh_push uses: docker/build-push-action@v3 - if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' ) + if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) with: context: . file: Dockerfile @@ -267,7 +267,7 @@ jobs: - name: "📦 Build and push" id: task_release_dh_push uses: docker/build-push-action@v3 - if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' ) + if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) with: context: . file: Dockerfile diff --git a/.github/workflows/deploy-docker-php.yml b/.github/workflows/deploy-docker-php.yml index 572ed76a..1f6bb46d 100644 --- a/.github/workflows/deploy-docker-php.yml +++ b/.github/workflows/deploy-docker-php.yml @@ -271,7 +271,7 @@ jobs: - name: "📦 Build and push" id: task_release_dh_push uses: docker/build-push-action@v3 - if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) || ( github.event_name == 'push' ) + if: ( github.event_name == 'workflow_dispatch' && inputs.PRINT_ONLY == 'false' ) with: context: . file: Dockerfile-php.template