From 0b0e2e14f8cd11049c4b4346552fb8ebd031faf7 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 26 Aug 2023 12:49:09 +0200 Subject: [PATCH] ci: dump context --- .github/workflows/ci.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8daabf3..d1e2610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,10 @@ jobs: uses: ./ with: version: ${{ env.DOCKER_VERSION }} + - + name: Dump context + if: always() + uses: crazy-max/ghaction-dump-context@v2 channel: runs-on: ${{ matrix.os }} @@ -65,6 +69,10 @@ jobs: with: version: v23.0.0-rc.4 channel: test + - + name: Dump context + if: always() + uses: crazy-max/ghaction-dump-context@v2 context: runs-on: ${{ matrix.os }} @@ -89,6 +97,10 @@ jobs: name: Check context run: | docker context inspect foo + - + name: Dump context + if: always() + uses: crazy-max/ghaction-dump-context@v2 build-linux: runs-on: ubuntu-latest @@ -123,6 +135,10 @@ jobs: name: Inspect run: | 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: runs-on: macos-latest @@ -157,6 +173,10 @@ jobs: name: Inspect run: | 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: runs-on: windows-latest @@ -178,3 +198,7 @@ jobs: name: Inspect run: | docker image inspect test + - + name: Dump context + if: always() + uses: crazy-max/ghaction-dump-context@v2