Skip to content

Commit

Permalink
Re-add old dockerfile labels
Browse files Browse the repository at this point in the history
  • Loading branch information
w9jds committed Sep 21, 2019
1 parent 49e2afc commit 40bd8b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ LABEL repository="https://github.com/w9jds/firebase-action"
LABEL homepage="https://github.com/w9jds/firebase-action"
LABEL maintainer="Jeremy Shore <[email protected]>"

LABEL com.github.actions.name="GitHub Action for Firebase"
LABEL com.github.actions.description="Wraps the firebase-tools CLI to enable common commands."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="gray-dark"

RUN npm install -g firebase-tools

COPY LICENSE README.md /
Expand Down

0 comments on commit 40bd8b2

Please sign in to comment.