Skip to content

Commit 9317e43

Browse files
committed
wip
1 parent df02c79 commit 9317e43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: "login to image cache"
180180
run: |
181181
docker login -u "$REGISTRY_USERNAME" --password-stdin "$REGISTRY_URL" <<<"${REGISTRY_PASSWORD}"
182-
nix-shell --run "oras login -u \"$REGISTRY_USERNAME\"--password-stdin \"$REGISTRY_URL\" <<<\"${REGISTRY_PASSWORD}\""
182+
nix-shell --run "oras login -u \"$REGISTRY_USERNAME\" --password-stdin \"$REGISTRY_URL\" <<<\"${REGISTRY_PASSWORD}\""
183183
184184
- name: "run pre-flight checks"
185185
if: ${{ matrix.nix-target == 'tests.all' }}

0 commit comments

Comments
 (0)