Skip to content

Commit b0e85c4

Browse files
authored
Update action.yml
Make action name unique
1 parent 5ec3377 commit b0e85c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Buildkit build and push image'
2-
description: 'Build docker image using buildkits buildctl'
1+
name: 'Buildkit Buildctl'
2+
description: 'Build container image using buildkits buildctl'
33
author: 'Robert Ruf'
44
branding:
55
icon: 'bold'
@@ -92,4 +92,4 @@ inputs:
9292
default: 'false'
9393
runs:
9494
using: 'node20'
95-
main: 'dist/index.js'
95+
main: 'dist/index.js'

0 commit comments

Comments
 (0)