Decline the Renovate bot's update suggestion; regenerate the lock file. #124
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' | |
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_opensearch/opensearch_plugin.py" |