From 7dafff988e03a99bee86d36fdcc6e20bec5285f5 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 28 Sep 2023 17:36:30 +0200 Subject: [PATCH] tmp --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: