balena-allwinner/.github/workflows/build_and_deploy.yml
Alex Gonzalez 24c66cfe4f build_and_deploy: update to v0.0.12
This update identifies test job names with the default prefix `test`
instead of a hardcoded `testbot-`.

Changelog-entry: Update build and deploy workflow to v0.0.12
Signed-off-by: Alex Gonzalez <alexg@balena.io>
2022-10-13 11:39:04 +00:00

17 lines
397 B
YAML

name: 'Deploy on release tag'
on:
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+\+?r?e?v?[0-9]?
- 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@v0.0.12
with:
deployTo: "production"
secrets: inherit