This repository was archived by the owner on Aug 30, 2021. It is now read-only.
Commit ee982af
committed
Stop installing custom Docker version
GitHub Actions workers have Docker preinstalled, so there is no need to fetch and install a custom installation of Docker. Additionally, there were some issues with parsing out the image properties such as repository name, image name and image tag. Those are all now solved. The Test Run workflow will also check to ensure the action outputs an image URL.
Thanks to my good friend Stephen Edwards for helping me with this one.
.github/workflows/test.yml | 10 +-
action.yml | 4 -
dist/index.js | 3907 +-----------------------------------
index.js | 46 +-
package-lock.json | 58 +-
package.json | 4 +-
6 files changed, 122 insertions(+), 3907 deletions(-)1 parent 587762c commit ee982af
6 files changed
Lines changed: 122 additions & 3907 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
8 | 3 | | |
9 | 4 | | |
10 | 5 | | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
| 10 | + | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
0 commit comments