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:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: docker-ready
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
- docker-ready
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
@ -64,7 +66,9 @@ jobs:
|
||||||
|
|
||||||
deploy-to-k3s:
|
deploy-to-k3s:
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
runs-on: docker-ready
|
runs-on:
|
||||||
|
- self-hosted
|
||||||
|
- docker-ready
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: sh
|
shell: sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue