mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
added files for github action
This commit is contained in:
committed by
Mike Farah
parent
d356fa0d0b
commit
da398765b8
@@ -0,0 +1,5 @@
|
||||
FROM mikefarah/yq:3
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Executable
+4
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo "$1"
|
||||
eval $1
|
||||
Reference in New Issue
Block a user