Skip to content

Commit 0059740

Browse files
daniel-nolandmvachhar
authored andcommitted
wip
1 parent 46b84cb commit 0059740

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,7 @@ jobs:
211211
elif [ "${{matrix.nix-target}}" = "dataplane-tar" ]; then
212212
image="$(docker import results/dataplane-tar)"
213213
nix-shell --run \
214-
"just --yes debug_justfile="${{inputs.debug_justfile}}" profile=${{matrix.profile}} sanitize=${{matrix.sanitize}} instrument=${{matrix.instrument}} platform=${{matrix.platform}} push"
215-
nix-shell --run \
216-
"skopeo copy docker://${image} \
217-
docker://127.0.0.1:30000/githedgehog/dataplane
218-
"
214+
"skopeo copy docker://${image} docker://127.0.0.1:30000/githedgehog/dataplane"
219215
fi
220216
221217
- name: "Setup tmate session for debug"

0 commit comments

Comments
 (0)