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