mirror of
https://github.com/docker/build-push-action.git
synced 2025-04-01 20:50:09 +02:00
Bump crazy-max/ghaction-dump-context from 1 to 1.2.0
Bumps [crazy-max/ghaction-dump-context](https://github.com/crazy-max/ghaction-dump-context) from 1 to 1.2.0. - [Release notes](https://github.com/crazy-max/ghaction-dump-context/releases) - [Changelog](https://github.com/crazy-max/ghaction-dump-context/blob/master/CHANGELOG.md) - [Commits](https://github.com/crazy-max/ghaction-dump-context/compare/v1...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
cc23ce7e44
commit
a85b2fac9f
4 changed files with 16 additions and 16 deletions
26
.github/workflows/ci.yml
vendored
26
.github/workflows/ci.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
git-context:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
git-context-secret:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -146,7 +146,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
path-context:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -204,7 +204,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
error:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -235,7 +235,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
error-buildx:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -271,7 +271,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
docker-driver:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -296,7 +296,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
export-docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -319,7 +319,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
network:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -343,7 +343,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
multi:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -405,7 +405,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
registry-cache:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -501,7 +501,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
github-cache-first:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -570,7 +570,7 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
||||
github-cache-hit:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -646,4 +646,4 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
|
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -102,4 +102,4 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
|
2
.github/workflows/example.yml
vendored
2
.github/workflows/example.yml
vendored
|
@ -75,4 +75,4 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
|
2
.github/workflows/virtual-env.yml
vendored
2
.github/workflows/virtual-env.yml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
-
|
||||
name: Dump context
|
||||
if: always()
|
||||
uses: crazy-max/ghaction-dump-context@v1
|
||||
uses: crazy-max/ghaction-dump-context@v1.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue