Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions nix/build-docker-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -e

# Configure cache
./setup-cache.sh
export NIX_PATH=$GIT_NIX_PATH$NIX_PATH

# Minimal nsswitch.conf
[[ ! -e /etc/nsswitch.conf ]] && echo 'hosts: files dns' > /etc/nsswitch.conf
Expand Down Expand Up @@ -37,8 +36,8 @@ echo "git tag: $gittag"
echo "git event: $gitevent"

containers=$(nix-build containers.nix --arg isProd true \
--arg containerTag \"$tag\" \
--arg prefixName \"registry.hxr.team/\" )
--argstr containerTag "$tag" \
--argstr prefixName registry.hxr.team )

for container in $containers
do
Expand Down