ajustes novos
This commit is contained in:
parent
5192c4ce76
commit
b6836077af
1 changed files with 6 additions and 2 deletions
|
|
@ -14,7 +14,9 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: docker-ready
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- docker-ready
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
|
|
@ -64,7 +66,9 @@ jobs:
|
|||
|
||||
deploy-to-k3s:
|
||||
needs: build-and-push
|
||||
runs-on: docker-ready
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- docker-ready
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue