balena-allwinner/.github/workflows/build_and_deploy.yml
Self-hosted Renovate Bot d69528de50 Update Pin balena-os/github-workflows action to e5ac22a
Update balena-os/github-workflows
Changelog-entry: Update balena-os/github-workflows to
2023-10-03 14:18:06 +00:00

17 lines
435 B
YAML

name: 'Deploy on release tag'
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+\+?r?e?v?*
- v20[0-9][0-9].[0-1]?[1470].[0-9]+
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
release-on-tag:
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@e5ac22aaccaaaebf13a4bd85ee00ac4f9a4ba3d5 # v0.0.22
with:
deployTo: "production"
secrets: inherit