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: build:
image: docker:latest image: docker:latest
stage: build stage: build
tags:
- nix
- podman
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- |- - |-