Skip to content

chore(ci): update actions to 0.44.2 #427

chore(ci): update actions to 0.44.2

chore(ci): update actions to 0.44.2 #427

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*.*.*'
branches:
- main
pull_request:
jobs:
release-container:
uses: radiorabe/actions/.github/workflows/release-container.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2
with:
image: ghcr.io/radiorabe/python-minimal
name: python-minimal
display-name: RaBe Python Base Image Minimal
tags: minimal rhel8 rabe python python312
# base images are multi-platform for developer convenience
platforms: linux/amd64,linux/arm64
docker-daemon-config: |
{
"features": {
"containerd-snapshotter": true
}
}
release-mkdocs:
permissions:
contents: write # Required to push the gh-pages branch for documentation deployment
uses: radiorabe/actions/.github/workflows/release-mkdocs.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2
github-actions:
permissions:
contents: read
security-events: write # so zizmor can publish results to the Security tab
uses: radiorabe/actions/.github/workflows/test-github-actions.yaml@5dafb461cea1f8b296d89297dc6de7bd0891f0d2 # v0.44.2