forked from sma11black/hexo-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nicolas-kings
committed
Mar 15, 2024
1 parent
2194cb9
commit 044a4f9
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
FROM node:18.15.0-buster-slim | ||
|
||
LABEL version="1.0.0" | ||
LABEL version="1.0.1" | ||
LABEL repository="https://github.com/Nicolasking007/hexo-action-pro" | ||
LABEL homepage="https://Nicolasking007.github.io" | ||
LABEL maintainer="Nicolasking007 <[email protected]>" | ||
|
||
COPY entrypoint.sh /entrypoint.sh | ||
LABEL "com.github.actions.name"="Hexo Action pro" | ||
LABEL "com.github.actions.description"="Hexo CI/CD action for automating deployment." | ||
LABEL "com.github.actions.icon"="upload-cloud" | ||
LABEL "com.github.actions.color"="green" | ||
|
||
COPY README.md LICENSE entrypoint.sh / | ||
COPY sync_deploy_history.js /sync_deploy_history.js | ||
|
||
RUN apt-get update > /dev/null && \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters