Skip to content

Commit

Permalink
Added deploy-docker-python-notebook #TASK-5914
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Dec 18, 2024
1 parent aafd345 commit 3d1dfac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
artifact: build-folder
secrets: inherit

deploy-docker-epython-notebook:
deploy-docker-python-notebook:
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: build-hdp
needs: [build-hdp, deploy-python]
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images python-notebook --tag ${{ needs.build-hdp.outputs.version }}
cli: python3 ./build/cloud/docker/docker-build.py push --images python-notebook --tag ${{ needs.build-hdp.outputs.version }} --version ${{ needs.build-hdp.outputs.version }}
secrets: inherit

# Add the release job that depends on all the previous jobs
Expand Down

0 comments on commit 3d1dfac

Please sign in to comment.