We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using
action.yml
node20
1 parent c415595 commit cb907abCopy full SHA for cb907ab
action.yml
@@ -1,5 +1,5 @@
1
name: "docker-image-context-hash"
2
-description: "Generates a hash for a docker image context"
+description: "Calculates a hash for a docker image context"
3
author: '5monkeys'
4
branding:
5
icon: 'layers'
@@ -18,5 +18,5 @@ outputs:
18
description: 'An object ID of a docker image context'
19
20
runs:
21
- using: 'node16'
+ using: 'node20'
22
main: 'dist/index.js'
0 commit comments