Skip to content

Commit f103ba5

Browse files
Prepare release 3.0.0
1 parent 424d1a4 commit f103ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
2424
needs: build
2525
with:
26-
cli: python3 ./build/cloud/docker/docker-build.py push --images base,init
26+
cli: python3 ./build/cloud/docker/docker-build.py push --images base,init --tag ${{ needs.build.outputs.version }}
2727
secrets: inherit
2828

2929
deploy-python:

0 commit comments

Comments
 (0)