Skip to content

Commit f5260c4

Browse files
authored
reduce NODE_IMAGE_COOLDOWN_DAYS from 7 to 1 (#39086)
1 parent 1e5437e commit f5260c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-safe-outputs-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
IMAGE_NAME: ghcr.io/github/gh-aw-node
1818
NODE_IMAGE_TAG: node:lts-alpine
1919
NODE_IMAGE_METADATA_URL: https://hub.docker.com/v2/repositories/library/node/tags/lts-alpine
20-
NODE_IMAGE_COOLDOWN_DAYS: '7'
20+
NODE_IMAGE_COOLDOWN_DAYS: '1'
2121

2222
jobs:
2323
publish:

0 commit comments

Comments
 (0)