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:
parent
035d839398
commit
28a6d45a43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_and_deploy.yml
vendored
2
.github/workflows/build_and_deploy.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-on-tag:
|
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:
|
with:
|
||||||
deployTo: "production"
|
deployTo: "production"
|
||||||
final: "no"
|
final: "no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue