mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-16 10:28:27 +00:00
test
This commit is contained in:
parent
b506c5598e
commit
471314f4e5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -108,6 +108,10 @@ jobs:
|
||||||
name: Inspect
|
name: Inspect
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
|
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
|
||||||
|
-
|
||||||
|
name: PS
|
||||||
|
run: |
|
||||||
|
sudo ps -aef --forest
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue