This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Create not supported warning in README.md (#69) #213
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
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_aws_ec2_control/ec2_plugin.py" |