ci: dump context

This commit is contained in:
CrazyMax 2023-08-26 12:49:09 +02:00
parent 3ff7a3f336
commit 0b0e2e14f8
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -45,6 +45,10 @@ jobs:
uses: ./ uses: ./
with: with:
version: ${{ env.DOCKER_VERSION }} version: ${{ env.DOCKER_VERSION }}
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2
channel: channel:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -65,6 +69,10 @@ jobs:
with: with:
version: v23.0.0-rc.4 version: v23.0.0-rc.4
channel: test channel: test
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2
context: context:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
@ -89,6 +97,10 @@ jobs:
name: Check context name: Check context
run: | run: |
docker context inspect foo docker context inspect foo
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2
build-linux: build-linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -123,6 +135,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: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2
build-macos: build-macos:
runs-on: macos-latest runs-on: macos-latest
@ -157,6 +173,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: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2
build-windows: build-windows:
runs-on: windows-latest runs-on: windows-latest
@ -178,3 +198,7 @@ jobs:
name: Inspect name: Inspect
run: | run: |
docker image inspect test docker image inspect test
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v2