Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Commit c27ba0b

Browse files
Fix description in action.yml
1 parent df263cc commit c27ba0b

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: 'Push Docker image to GitHub Package Registry'
2-
description: 'Builds, tags, and pushes a Docker image as a GitHub Package associated with the repository'
1+
name: 'Push Docker image'
2+
description: 'Builds, tags, and pushes a Docker image'
33
inputs:
44
docker_server:
55
description: 'Server to log into with docker login'
@@ -23,4 +23,4 @@ inputs:
2323
outputs:
2424
runs:
2525
using: 'docker'
26-
image: 'Dockerfile'
26+
image: 'Dockerfile'

0 commit comments

Comments
 (0)