Skip to content

Commit 8668bd3

Browse files
cicd: Update references to new zetta deploy docker workflow #TASK-7461
1 parent 9ef2b91 commit 8668bd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ext-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
1818
needs: build
1919
with:
20-
cli: python3 ./build/cloud/docker/docker-build.py push --images ext-tools --tag ${{ needs.build.outputs.version }} --org opencb
20+
cli: python3 ./build/cloud/docker/docker-build.py push --images ext-tools --tag ${{ needs.build.outputs.version }}
2121
secrets: inherit

.github/workflows/manual-deploy-python-notebook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
5656
needs: build
5757
with:
58-
cli: python3 ./build/cloud/docker/docker-build.py push --images python-notebook --tag ${{ inputs.tag }} --docker-build-args "--build-arg VERSION=${{ inputs.pyopencga_version }}" --org opencb
58+
cli: python3 ./build/cloud/docker/docker-build.py push --images python-notebook --tag ${{ inputs.tag }} --docker-build-args "--build-arg VERSION=${{ inputs.pyopencga_version }}"
5959
secrets: inherit

0 commit comments

Comments
 (0)