Merge pull request #645 from dbekaert/hyp3-lib #830
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: Docker Build | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
pull_request: | |
branches: | |
- main | |
- dev | |
jobs: | |
call-version-info-workflow: | |
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.11.0 | |
with: | |
python_version: '3.10' | |
call-docker-ghcr-workflow: | |
needs: call-version-info-workflow | |
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.11.0 | |
with: | |
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }} | |
release_branch: main | |
develop_branch: dev | |
user: ${{ github.actor }} | |
secrets: | |
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} |