Skip to content

Commit

Permalink
Restore CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 3, 2023
1 parent ebc1a1a commit 5fe169f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@ jobs:
action_name: checkout
sub_directory: web
sha: ${{needs.prepare_release.outputs.target_commit}}
#- uses: docker/[email protected]
#- uses: docker/[email protected]
#- uses: docker/[email protected]
# with:
# username: ${{secrets.DOCKERHUB_USERNAME}}
# password: ${{secrets.DOCKERHUB_TOKEN}}
#- uses: docker/[email protected]
# 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/[email protected]
- uses: docker/[email protected]
- uses: docker/[email protected]
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}
- uses: docker/[email protected]
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 5fe169f

Please sign in to comment.