Skip to content

Update all dependencies (#26) #78

Update all dependencies (#26)

Update all dependencies (#26) #78

Workflow file for this run

name: Arcaflow CI Workflow
on:
push:
branches:
- "**"
release:
types:
- published
jobs:
act:
uses: arcalot/arcaflow-container-toolkit/.github/workflows/reusable_workflow.yaml@main
with:
image_name: ${{ github.event.repository.name }}
image_tag: 'latest'
multi_arch: true
secrets:
QUAY_NAMESPACE: ${{ secrets.QUAY_NAMESPACE }}
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
QUAY_PASSWORD: ${{ secrets.QUAY_PASSWORD }}
docsgen:
needs: act
uses: arcalot/arcaflow-docsgen/.github/workflows/reusable_workflow.yaml@main
permissions:
contents: write
pull-requests: write
with:
plugin_path: "arcaflow_plugin_example/arcaflow_plugin_example.py"