Commit graph

5 commits

Author SHA1 Message Date
sam
e8af259fb1
feat: Run action on node20 (#25) 2023-09-12 21:21:29 +00:00
Samuel Ryan
abde1147dd
chore: Update Actions node version to 16 (#13) 2022-12-02 15:02:25 +00:00
Samuel Ryan
0f83fca17f
🐛 Remove creation of extract destination (#3)
https://docs.docker.com/engine/reference/commandline/cp/

Current behaviour:

> DEST_PATH exists and is a directory [...] the source directory is copied into this directory

Desired behaviour:

> DEST_PATH is created as a directory and the contents of the source directory are copied into this directory
2020-09-06 15:57:37 +01:00
Samuel Ryan
f393b455c4
📝 Document destination output (#2) 2020-08-29 18:07:22 +01:00
Samuel Ryan
bf80417647
Extract path from Docker Image (#1) 2020-08-29 16:20:01 +01:00