balena-allwinner/.github/workflows/build_and_deploy.yml
Self-hosted Renovate Bot 57783ca2e0 Update balena-os/github-workflows action to v0.0.25
Update balena-os/github-workflows
Changelog-entry: Update balena-os/github-workflows to v0.0.25
2024-03-02 14:14:22 +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@ecfcf308cae88d0f5822cddb5aa7892caf67858f # v0.0.25
with:
deployTo: "production"
secrets: inherit