Set entrypoint for image to blank

This commit is contained in:
Gerald Pinder
2024-03-24 13:39:51 -04:00
parent 6ee2432c83
commit 925778f9f9

View File

@@ -20,7 +20,9 @@ variables:
build-image:
stage: build
image: ghcr.io/blue-build/cli:main
image:
name: ghcr.io/blue-build/cli:main
entrypoint: [""]
services:
- docker
rules: