mirror of
https://github.com/docker/build-push-action.git
synced 2024-11-09 01:53:33 -05: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:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
|
||||||
name: Runner info
|
|
||||||
run: |
|
|
||||||
sudo apt-get install -y hwinfo
|
|
||||||
sudo hwinfo --short
|
|
||||||
sudo mount
|
|
||||||
-
|
-
|
||||||
name: Run local registry
|
name: Run local registry
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue