build_and_deploy: update to v0.0.12

This update identifies test job names with the default prefix `test`
instead of a hardcoded `testbot-`.

Changelog-entry: Update build and deploy workflow to v0.0.12
Signed-off-by: Alex Gonzalez <alexg@balena.io>
This commit is contained in:
Alex Gonzalez 2022-10-13 11:19:20 +00:00
parent 5d52733ed9
commit 24c66cfe4f

View file

@ -11,7 +11,7 @@ on:
jobs:
release-on-tag:
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@v0.0.9
uses: balena-os/github-workflows/.github/workflows/build_and_deploy.yml@v0.0.12
with:
deployTo: "production"
secrets: inherit