Skip to content

feat(github-action): update actions/setup-python action to v4.8.0 #27

feat(github-action): update actions/setup-python action to v4.8.0

feat(github-action): update actions/setup-python action to v4.8.0 #27

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Deploy image
'on':
push:
branches:
- master
jobs:
deploy:
uses: deedee-ops/containers/.github/workflows/deploy.yaml@master
secrets: inherit
build-readme:
needs: deploy
uses: deedee-ops/containers/.github/workflows/render-readme.yaml@master
secrets: inherit