File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# alpine:latest at 2019-01-04T21:27:39IST
2
2
FROM alpine@sha256:46e71df1e5191ab8b8034c5189e325258ec44ea739bba1e5645cff83c9048ff1
3
3
4
- LABEL "com.github.actions.icon" ="star "
5
- LABEL "com.github.actions.color" ="ffd33d "
4
+ LABEL "com.github.actions.icon" ="upload-cloud "
5
+ LABEL "com.github.actions.color" ="yellow "
6
6
LABEL "com.github.actions.name" ="Deploy WordPress"
7
- LABEL "com.github.actions.description" ="This task will deploy an application "
7
+ LABEL "com.github.actions.description" ="Deploy WordPress code to a server "
8
8
9
9
# Environments
10
10
ENV TIMEZONE Asia/Kolkata
Original file line number Diff line number Diff line change
1
+ name : ' Deploy WordPress'
2
+ description : ' Deploy WordPress code to a server'
3
+ author : ' rtCamp'
4
+ runs :
5
+ using : ' docker'
6
+ image : ' Dockerfile'
7
+ branding :
8
+ icon : ' upload-cloud'
9
+ color : ' yellow'
You can’t perform that action at this time.
0 commit comments