balena-allwinner/.github/workflows/build_and_deploy.yml
Alex Gonzalez 28a6d45a43 workflows: Update build and deploy to 0.0.6
This adds support for build and deploy of ESR tags.

Changelog-entry: Update build and deploy workflow to support ESR tags
Signed-off-by: Alex Gonzalez <alexg@balena.io>
2022-07-08 15:54:48 +02:00

18 lines
414 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.6
with:
deployTo: "production"
final: "no"
secrets: inherit