Remove other docker command

This commit is contained in:
Greg Hellings
2024-04-16 12:01:08 -05:00
parent f8d22b2d5a
commit 0985876c5a
+1 -1
View File
@@ -7,7 +7,7 @@ build:
- nix - nix
- podman - podman
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- |- - |-
for img in vm-test; do for img in vm-test; do
nix build ".#${img}" nix build ".#${img}"