Skip to content
This repository has been archived by the owner on Apr 4, 2020. It is now read-only.

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
swinton authored Jan 18, 2019
1 parent 716470a commit 2011cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM python:3-stretch

LABEL name="http"
LABEL name="HTTPie CLI"
LABEL version="1.0.0"
LABEL repository="http://github.com/swinton/httpie-action"
LABEL homepage="http://github.com/swinton/httpie-action"

LABEL maintainer="Steve Winton <[email protected]>"
LABEL com.github.actions.name="http"
LABEL com.github.actions.name="HTTPie CLI"
LABEL com.github.actions.description="Wraps the HTTPie CLI to enable human-friendly interactions with third-party web services."
LABEL com.github.actions.icon="upload-cloud"
LABEL com.github.actions.color="gray-dark"
Expand Down

0 comments on commit 2011cef

Please sign in to comment.