Skip to content

Deploy Apptainer

Deploy Apptainer #1

name: Deploy Apptainer
on:
workflow_run:
workflows: ["Release Please"]
types:
- completed
workflow_dispatch:
permissions:
contents: read
packages: write
jobs:
deploy-apptainer:
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
uses: MPUSP/mpusp-github-actions/.github/workflows/deploy-apptainer.yml@main