Skip to content

Commit c6dbccd

Browse files
committed
testing
1 parent 2d4e1fa commit c6dbccd

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Container image that runs your code
2-
FROM alpine:3.10
2+
FROM debian:9.5-slim
33

44
# Copies your code file from your action repository to the filesystem path `/` of the container
55
COPY entrypoint.sh /entrypoint.sh
66

7-
# Code file to execute when the docker container starts up (`entrypoint.sh`)
7+
# Executes `entrypoint.sh` when the Docker container starts up
88
ENTRYPOINT ["/entrypoint.sh"]

.github/workflows/my-container-action/action.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)