ci build tag home
This commit is contained in:
parent
4c3ecc708d
commit
a2f989205a
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ workflow:
|
|||
build:
|
||||
stage: build
|
||||
interruptible: true
|
||||
tags:
|
||||
- home
|
||||
image: docker:27
|
||||
services:
|
||||
- docker:27-dind
|
||||
|
|
@ -38,6 +40,8 @@ build:
|
|||
deploy:
|
||||
stage: deploy
|
||||
needs: ["build"]
|
||||
tags:
|
||||
- home
|
||||
image:
|
||||
name: bitnami/kubectl:latest
|
||||
entrypoint: [""]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue