Skip to content

Bump ASFHyP3/actions from 0.11.2 to 0.12.0 #672

Bump ASFHyP3/actions from 0.11.2 to 0.12.0

Bump ASFHyP3/actions from 0.11.2 to 0.12.0 #672

Workflow file for this run

name: 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.12.0
with:
python_version: '3.9'
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/reusable-docker-ghcr.yml@v0.12.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 }}