Skip to content

Commit c622394

Browse files
Fix --build-arg in docker build #TASK-6757
1 parent afc99db commit c622394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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 "-e VERSION=${{ inputs.pyopencga_version }}"
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)