Skip to content

Commit

Permalink
Fix: remove deprecated field from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 15, 2019
1 parent b13ed60 commit fb1c50b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM node:12-slim

MAINTAINER Orta Therox

LABEL "com.github.actions.name"="Danger JS Action"
LABEL "com.github.actions.description"="Runs JavaScript/TypeScript Dangerfiles"
LABEL "com.github.actions.icon"="zap"
Expand Down

3 comments on commit fb1c50b

@orta
Copy link
Member

@orta orta commented on fb1c50b Nov 15, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RDIL, making small whitespace changes and pushing that to master is fine - pushing anything else isn't cool because it feels like trying to hide changes, please don't do it

@fbartho
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LABEL maintainer="Orta Therox"

@RDIL
Copy link
Member Author

@RDIL RDIL commented on fb1c50b Nov 18, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.