Release new AWS EMR OpenCGA version #64
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release new AWS EMR OpenCGA version | |
on: | |
push: | |
tags: | |
- '*' | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: opencb/java-common-libs/.github/workflows/[email protected] | |
with: | |
maven_opts: -P storage-hadoop,emr6.1 -Dopencga.war.name=opencga | |
deploy-docker: | |
uses: opencb/java-common-libs/.github/workflows/[email protected] | |
needs: build | |
with: | |
cli: python3 ./build/cloud/docker/docker-build.py push --images base,init | |
secrets: inherit | |
# DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }} | |
# DOCKER_HUB_PASSWORD: ${{ secrets.DOCKER_HUB_PASSWORD }} |