mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-15 10:16:29 +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
|
||||
run: |
|
||||
docker buildx imagetools inspect localhost:5000/name/app:latest --format '{{json .}}'
|
||||
-
|
||||
name: PS
|
||||
run: |
|
||||
sudo ps -aef --forest
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue