Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Sep 28, 2023
1 parent 091d4f5 commit 7dafff9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7dafff9

Please sign in to comment.