Skip to content

Commit

Permalink
cicd: update task.yml to deploy cellbase-builder docker, #TASK-5564
Browse files Browse the repository at this point in the history
On branch TASK-5564
Changes to be committed:
	modified:   .github/workflows/task.yml
  • Loading branch information
jtarraga committed Jul 3, 2024
1 parent c8e719a commit 19efdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
uses: opencb/java-common-libs/.github/workflows/deploy-docker-hub-workflow.yml@develop
needs: test
with:
cli: python3 ./build/cloud/docker/docker-build.py push --images base --tag ${{ github.ref_name }}
cli: python3 ./build/cloud/docker/docker-build.py push --images base,builder --tag ${{ github.ref_name }}
secrets: inherit

0 comments on commit 19efdf4

Please sign in to comment.