Set tag for docker service properly

This commit is contained in:
Gerald Pinder
2024-03-24 13:46:56 -04:00
parent df33f8b061
commit a646ef59f2

View File

@@ -24,7 +24,7 @@ build-image:
name: ghcr.io/blue-build/cli:main name: ghcr.io/blue-build/cli:main
entrypoint: [""] entrypoint: [""]
services: services:
- docker-dind - docker:dind
rules: rules:
- if: $ACTION == "build-image" - if: $ACTION == "build-image"
parallel: parallel: