mirror of
https://github.com/zhigang1992/actions.git
synced 2026-01-12 17:12:24 +08:00
Use alpine curl in Dockerfile
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -25,7 +25,7 @@ action "Docker build" {
|
||||
action "Publish Filter" {
|
||||
needs = ["Docker build"]
|
||||
uses = "actions/bin/filter@master"
|
||||
args = "branch master"
|
||||
args = "branch alpine-curl"
|
||||
}
|
||||
|
||||
action "Docker Login" {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM alpine
|
||||
FROM byrnedo/alpine-curl
|
||||
|
||||
LABEL "name"="deploystatus"
|
||||
LABEL "maintainer"="Unacast <developers+github@unacast.com>"
|
||||
|
||||
Reference in New Issue
Block a user