ci build tag home

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

View file

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