mirror of
https://github.com/docker/build-push-action
synced 2024-11-10 05:21:40 +00:00
Remove runner info step
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
320acb8414
commit
52102ad62f
1 changed files with 0 additions and 6 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -14,12 +14,6 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Runner info
|
||||
run: |
|
||||
sudo apt-get install -y hwinfo
|
||||
sudo hwinfo --short
|
||||
sudo mount
|
||||
-
|
||||
name: Run local registry
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue