satackey / action-docker-layer-caching

[CAUTION] This repository is not actively maintained. / Enable Docker layer caching in your GitHub Actions workflow.
https://github.com/marketplace/actions/docker-layer-caching
MIT License
421 stars 55 forks source link

Cannot set concurrency #208

Open Bilge opened 3 years ago

Bilge commented 3 years ago

Describe the bug According to action.yml, we can set the concurrency. However, setting this parameter appears to have no effect.

https://github.com/satackey/action-docker-layer-caching/blob/cc3f3828e75cbb45f0cf5139b95329c88480aa97/action.yml#L17-L20

To Reproduce Steps to reproduce the behavior:

      - uses: satackey/action-docker-layer-caching@v0.0.11
        with:
          concurrency: 2

Expected behavior concurrency: 2 should appear in the build output.

Debug logs

Run satackey/action-docker-layer-caching@v0.0.11 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):