Run only where we have nix

This commit is contained in:
Greg Hellings
2024-04-16 11:58:15 -05:00
parent 46b935d288
commit 6e065513a7
+3
View File
@@ -4,6 +4,9 @@ stages:
build:
image: docker:latest
stage: build
tags:
- nix
- podman
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- |-