We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc99db commit c622394Copy full SHA for c622394
.github/workflows/manual-deploy-python-notebook.yml
@@ -55,5 +55,5 @@ jobs:
55
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
56
needs: build
57
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 }}"
+ cli: python3 ./build/cloud/docker/docker-build.py push --images python-notebook --tag ${{ inputs.tag }} --docker-build-args "--build-arg VERSION=${{ inputs.pyopencga_version }}"
59
secrets: inherit
0 commit comments