mirror of
https://github.com/docker/build-push-action.git
synced 2025-11-16 20:34:01 +08:00
ci(e2e): test s3 cache exporter
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user