diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fba9f9228..8a3258dca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,12 +62,12 @@ jobs: with: username: ${{secrets.DOCKERHUB_USERNAME}} password: ${{secrets.DOCKERHUB_TOKEN}} - - uses: docker/build-push-action@v2 - with: - push: true - context: . - tags: ${{needs.prepare_release.outputs.new_web_docker_image_tags}} - build-args: CHART_VERSION=${{needs.prepare_release.outputs.new_chart_version}} + #- uses: docker/build-push-action@v2 + # with: + # push: true + # context: . + # tags: ${{needs.prepare_release.outputs.new_web_docker_image_tags}} + # build-args: CHART_VERSION=${{needs.prepare_release.outputs.new_chart_version}} release: