Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Merge pull request #8 from ASFHyP3/dependabot/github_actions/ASFHyP3/… #48

Merge pull request #8 from ASFHyP3/dependabot/github_actions/ASFHyP3/…

Merge pull request #8 from ASFHyP3/dependabot/github_actions/ASFHyP3/… #48

name: Test and build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
call-version-info-workflow:
# Docs: https://github.com/ASFHyP3/actions
with:
python_version: 3.12
uses: ASFHyP3/actions/.github/workflows/[email protected]
call-docker-ghcr-workflow:
needs: call-version-info-workflow
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
version_tag: ${{ needs.call-version-info-workflow.outputs.version_tag }}
release_branch: main
develop_branch: develop
user: tools-bot
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}