Jamie Nelson

Results 18 comments of Jamie Nelson

@andre-lx and @cscetbon it might be due to the keys and restore keys being used. Try this: ```yaml - uses: satackey/[email protected] with: key: docker-layer-caching-${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref ||...

as in [at this part of the code](https://github.com/satackey/action-docker-layer-caching/blob/02a96194b3cea23f53f0f6438db4f4ab320a0420/src/ImageDetector.ts#L5) change it to this: ```ts import * as exec from 'actions-exec-listener' import * as core from '@actions/core' export class ImageDetector { async...

> Imagine in windows containers, this would be amazing! Have you tested it @jamie-wearsafe ? would be nice to have a pull request if you've done it 🙏 I am...

> @jamie-wearsafe Thanks! Using your fork for now, hopefully the `filter` input can be merged into this project. > > > > For anyone curious on how to use this...

@madhavajay i know its been a long time but do you need that issue addressed?

@madhavajay so, can you try adjusting your filter for me? ```yaml - name: Cache OpenmineD Container Image uses: Broadshield/action-docker-layer-caching@main with: filter: reference="*/openmined*:*" key: docker-layer-caching-${{ github.workflow }}-${{ github.head_ref || github.ref }}-${{...

@madhavajay there will be no cache until the run completes successfully the first time. Is this a consecutive run?

> Hey @jamie-wearsafe. I'm not really sure how does that work or what would it improve? Can you elaborate more on this? When using that annotation the error logs create...

> I'm unable to find such functionality in [javascript core library](https://github.com/actions/toolkit/tree/main/packages/core) though. Its here: https://github.com/actions/toolkit/blob/45647689407e7fb224e06d066dde6aefa67a365f/packages/core/src/command.ts#L23