We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4e1fa commit c6dbccdCopy full SHA for c6dbccd
.github/workflows/Dockerfile renamed to .github/workflows/my-container-action/Dockerfile
@@ -1,8 +1,8 @@
1
# Container image that runs your code
2
-FROM alpine:3.10
+FROM debian:9.5-slim
3
4
# Copies your code file from your action repository to the filesystem path `/` of the container
5
COPY entrypoint.sh /entrypoint.sh
6
7
-# Code file to execute when the docker container starts up (`entrypoint.sh`)
+# Executes `entrypoint.sh` when the Docker container starts up
8
ENTRYPOINT ["/entrypoint.sh"]
.github/workflows/my-container-action/action.yml
0 commit comments