Skip to content

Commit

Permalink
ci(docker): no tty
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Feb 6, 2024
1 parent 1e49f18 commit d17fc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/old-old-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt-get install -y zsh
- name: get-base-disk.bin
run: docker run -it --rm -v /usr/local/bin:/host reg.tmoe.me:2096/rs/get-base-disk:x64 cp get-base-disk /host
run: docker run -i --rm -v /usr/local/bin:/host reg.tmoe.me:2096/rs/get-base-disk:x64 cp get-base-disk /host

- name: download rootfs
run: get-base-disk -h

0 comments on commit d17fc17

Please sign in to comment.