balena-allwinner/.github/workflows/build_and_deploy.yml
Alex Gonzalez 1322f3b2cf workflows: build and deploy: Remove final argument
The final argument is now filled up dynamically.

Changelog-entry: Remove final argument from build and deploy workflow
Signed-off-by: Alex Gonzalez <alexg@balena.io>
2022-08-02 15:42:43 +02:00

17 lines
396 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.9
with:
deployTo: "production"
secrets: inherit