untag ci build

This commit is contained in:
Graham McIntire 2026-01-27 11:11:06 -06:00
parent 378dc5f8ec
commit 4c3ecc708d
No known key found for this signature in database

View file

@ -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: [""]