Skip to content

Commit

Permalink
enhance runtime #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Mar 26, 2020
1 parent f7f6a41 commit bbcb5c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/Clivern/pushover-actions"
LABEL "homepage"="http://github.com/clivern"
LABEL "maintainer"="Clivern <hello@clivern.com>"

ARG PO_VERSION=0.0.4
ARG PO_VERSION=0.0.5

ENV GO111MODULE=on

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">Push notifications for github repository changes through pushover</p>
<p align="center">
<a href="https://travis-ci.com/Clivern/pushover-actions"><img src="https://travis-ci.com/Clivern/pushover-actions.svg?branch=master"></a>
<a href="https://github.com/Clivern/pushover-actions/releases"><img src="https://img.shields.io/badge/Version-0.0.4-red.svg"></a>
<a href="https://github.com/Clivern/pushover-actions/releases"><img src="https://img.shields.io/badge/Version-0.0.5-red.svg"></a>
<a href="https://github.com/Clivern/pushover-actions/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
</p>
</p>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ branding:

runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://clivern/pushover-actions:release-0.0.5'

0 comments on commit bbcb5c3

Please sign in to comment.