Compare commits
No commits in common. "main" and "v1" have entirely different histories.
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
# Container image that runs your code
|
||||
FROM alpine
|
||||
FROM alpine:edge
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
|
|
0
entrypoint.sh
Executable file → Normal file
0
entrypoint.sh
Executable file → Normal file
Loading…
Add table
Reference in a new issue