Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykore committed Oct 7, 2023
1 parent 56304bd commit 1aaa76b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM alpine:3.9

LABEL "com.github.actions.name"="Push new files back to supplied branch name."
LABEL "com.github.actions.description"="A GitHub Action to push any new files back to supplied branch name"
LABEL "com.github.actions.name"="Push new files back to supplied branch name.."
LABEL "com.github.actions.description"="A GitHub Action to push any new files back to supplied branch name.."
LABEL "com.github.actions.icon"="arrow-up"
LABEL "com.github.actions.color"="blue"

LABEL "repository"="https://github.com/mikeal/publish-to-github-action"
LABEL "homepage"="https://github.com/mikeal/publish-to-github-action"
LABEL "maintainer"="peaceiris"
LABEL "repository"="https://github.com/snowkelus/sven"
LABEL "homepage"="https://github.com/snowkelus/sven"
LABEL "maintainer"="snowkelus"

RUN apk --no-cache add openssl git curl openssh-client bash

Expand Down

0 comments on commit 1aaa76b

Please sign in to comment.