doc: Update gitlab ci example

This commit is contained in:
Gerald Pinder 2024-01-25 09:55:46 -05:00
parent 304fc52f67
commit 562db1a36c

View file

@ -97,7 +97,7 @@ variables:
- "build-image" - "build-image"
build-image: build-image:
stage: build stage: build
image: ghcr.io/blue-build/cli:alpine image: ghcr.io/blue-build/cli:latest-alpine
retry: 2 retry: 2
rules: rules:
- if: $ACTION == "build-image" - if: $ACTION == "build-image"