Skip to content

chore(workflow): update github actions scripts #4

chore(workflow): update github actions scripts

chore(workflow): update github actions scripts #4

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