update runner

This commit is contained in:
Graham McIntire 2026-01-11 15:12:57 -06:00
parent 36175be74e
commit 18e20ffdb8
No known key found for this signature in database

View file

@ -13,8 +13,8 @@ workflow:
build:
stage: build
interruptible: true
# tags:
# - gitlabrunner
tags:
- vntx
image: docker:27
services:
- docker:27-dind
@ -39,8 +39,8 @@ build:
deploy:
stage: deploy
needs: ["build"]
# tags:
# - gitlabrunner
tags:
- vntx
image:
name: bitnami/kubectl:latest
entrypoint: [""]