We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02761a commit 0716eb7Copy full SHA for 0716eb7
src/LayerCache.ts
@@ -250,7 +250,7 @@ class LayerCache {
250
async getLayerIds(): Promise<string[]> {
251
const getIdfromLayerRelativePath = (path: string) => path.replace('/layer.tar', '')
252
const layerIds = (await this.getLayerTarFiles()).map(getIdfromLayerRelativePath);
253
- core.debug(JSON.stringify({ log: `loadLayerTarIds`, layerIds }))
+ core.debug(JSON.stringify({ log: `getLayerIds`, layerIds }))
254
return layerIds
255
}
256
0 commit comments