Add github action with latest docker version
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM docker:latest
|
||||
|
||||
RUN apk add bash
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user