Skip to content

For GUNW workflow with bucket argument, does nothing if SLCs are not within Weather Model's Valid Range #563

For GUNW workflow with bucket argument, does nothing if SLCs are not within Weather Model's Valid Range

For GUNW workflow with bucket argument, does nothing if SLCs are not within Weather Model's Valid Range #563

Workflow file for this run

name: Docker Build
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
call-version-info-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
python_version: '3.10'
call-docker-ghcr-workflow:
needs: call-version-info-workflow
uses: ASFHyP3/actions/.github/workflows/[email protected]
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 }}