This commit is contained in:
lubiana 2024-06-16 11:17:56 +02:00
parent b9b2edf023
commit befb0a1973
Signed by: lubiana
SSH key fingerprint: SHA256:gkqM8DUX4Blf6P52fycW8ISTd+4eAHH+Uzu9iyc8hAM

View file

@ -1,6 +1,7 @@
# Container image that runs your code
FROM alpine:edge
FROM alpine
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