diff --git a/Dockerfile b/Dockerfile index e43a4fa..d2a1672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:12-buster-slim -LABEL version="1.0.0" +LABEL version="1.0.6" LABEL repository="https://github.com/alterhu2020/hexo-gulp-action" LABEL homepage="https://seniortesting.club" LABEL maintainer="alterhu2020 " @@ -12,4 +12,4 @@ RUN apt-get update > /dev/null && \ apt-get install -y git openssh-client > /dev/null ; \ chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] diff --git a/LICENSE b/LICENSE index 8ff1d29..e01975d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 司马黑 +Copyright (c) 2021 Walter Hu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/entrypoint.sh b/entrypoint.sh index fed351d..f3c0922 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,6 +16,7 @@ git config --global user.email "$INPUT_USER_EMAIL" npm install hexo-cli -g npm install hexo-deployer-git --save npm install gulp-cli -g +npm install # deployment if [ "$INPUT_COMMIT_MSG" = "none" ]