-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
According to action.yml
, we can set the concurrency. However, setting this parameter appears to have no effect.
action-docker-layer-caching/action.yml
Lines 17 to 20 in cc3f382
concurrency: | |
description: The number of concurrency when restoring and saving layers | |
required: true | |
default: '4' |
To Reproduce
Steps to reproduce the behavior:
- uses: satackey/[email protected]
with:
concurrency: 2
Expected behavior
concurrency: 2
should appear in the build output.
Debug logs
Run satackey/[email protected]
with:
key: docker-layer-caching-CI-{hash}
restore-keys: docker-layer-caching-CI-
concurrency: 4
skip-save: false
Runner Environment (please complete the following information):
- OS: ubuntu-latest
- Action version: v0.0.11
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working