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>
This commit is contained in:
Alex Gonzalez 2022-07-08 14:32:02 +02:00
parent 035d839398
commit 28a6d45a43

View file

@ -11,7 +11,7 @@ on:
jobs:
release-on-tag:
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@v0.0.5
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@v0.0.6
with:
deployTo: "production"
final: "no"