mirror of
https://github.com/docker/build-push-action.git
synced 2026-01-20 09:28:56 +08:00
ci(e2e): test s3 cache exporter
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9e436ba9f2
commit
6909fbc5b1
2 changed files with 34 additions and 2 deletions
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
name: Distribution
|
||||
id: distribution
|
||||
type: local
|
||||
-
|
||||
name: Distribution (s3 cache)
|
||||
id: distribution
|
||||
type: local
|
||||
cache: s3
|
||||
-
|
||||
name: Docker Hub
|
||||
registry: ''
|
||||
|
|
@ -104,4 +109,5 @@ jobs:
|
|||
slug: ${{ matrix.slug }}
|
||||
username_secret: ${{ matrix.username_secret }}
|
||||
password_secret: ${{ matrix.password_secret }}
|
||||
cache: ${{ matrix.cache || 'registry' }}
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue