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:
parent
5d52733ed9
commit
24c66cfe4f
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:
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue