We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b84cb commit 0059740Copy full SHA for 0059740
1 file changed
.github/workflows/dev.yml
@@ -211,11 +211,7 @@ jobs:
211
elif [ "${{matrix.nix-target}}" = "dataplane-tar" ]; then
212
image="$(docker import results/dataplane-tar)"
213
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
- "
+ "skopeo copy docker://${image} docker://127.0.0.1:30000/githedgehog/dataplane"
219
fi
220
221
- name: "Setup tmate session for debug"
0 commit comments