Add docker_action.yaml
This commit is contained in:
5
.gitea/actions/docker-action/Dockerfile
Executable file
5
.gitea/actions/docker-action/Dockerfile
Executable file
@@ -0,0 +1,5 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
COPY entrypoint.sh entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user