Compare commits
2 Commits
v0.0.5
...
da9cc6ab32
| Author | SHA1 | Date | |
|---|---|---|---|
| da9cc6ab32 | |||
| 512ff5ba95 |
@@ -1,7 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# 安裝必要的工具
|
||||
RUN apk add --no-cache --no-check-certificate bash zip
|
||||
# 更新並安裝必要的工具
|
||||
RUN apk update \
|
||||
&& apk add --no-cache bash zip
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
||||
@@ -14,4 +14,5 @@ runs:
|
||||
image: 'Dockerfile'
|
||||
env:
|
||||
RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }}
|
||||
RELEASE_FOLDER: ${{ inputs.RELEASE_FOLDER }}
|
||||
RELEASE_FOLDER: ${{ inputs.RELEASE_FOLDER }}
|
||||
ZIP_FILE: ${{ inputs.ZIP_FILE }}
|
||||
Reference in New Issue
Block a user