Skip to content

Commit

Permalink
Fix docker actions name label
Browse files Browse the repository at this point in the history
Signed-off-by: Geert Eltink <dev@elt.ink>
  • Loading branch information
geerteltink authored and weierophinney committed Sep 14, 2020
1 parent 624f42d commit 2008a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:20.04

COPY --from=composer /usr/bin/composer /usr/bin/composer

LABEL "com.github.actions.name"="doctrine/automatic-releases"
LABEL "com.github.actions.name"="laminas/automatic-releases"
LABEL "com.github.actions.description"="Creates git tags, releases, release branches and merge-up PRs based on closed milestones"
LABEL "com.github.actions.icon"="check"
LABEL "com.github.actions.color"="blue"
Expand Down

0 comments on commit 2008a9e

Please sign in to comment.