File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,21 @@ jobs:
42
42
docker tag aasaam/node-lts-plus:18 ghcr.io/aasaam/node-lts-plus:18
43
43
docker push ghcr.io/aasaam/node-lts-plus:18
44
44
45
- - name : Build latest
45
+ - name : Build 20
46
46
shell : bash
47
47
run : |
48
- docker build --build-arg IMAGE_VERSION=20 -t aasaam/node-lts-plus:latest .
49
- docker push aasaam/node-lts-plus:latest
50
- docker tag aasaam/node-lts-plus:latest ghcr.io/aasaam/node-lts-plus:latest
51
- docker push ghcr.io/aasaam/node-lts-plus:latest
48
+ docker build --build-arg IMAGE_VERSION=20 -t aasaam/node-lts-plus:20 .
49
+ docker push aasaam/node-lts-plus:20
50
+ docker tag aasaam/node-lts-plus:20 ghcr.io/aasaam/node-lts-plus:20
51
+ docker push ghcr.io/aasaam/node-lts-plus:20
52
+
53
+ - name : Build 22
54
+ shell : bash
55
+ run : |
56
+ docker build --build-arg IMAGE_VERSION=22 -t aasaam/node-lts-plus:22 .
57
+ docker push aasaam/node-lts-plus:22
58
+ docker tag aasaam/node-lts-plus:22 ghcr.io/aasaam/node-lts-plus:22
59
+ docker push ghcr.io/aasaam/node-lts-plus:22
52
60
53
61
- name : Docker Hub Description
54
62
uses : peter-evans/dockerhub-description@v2
You can’t perform that action at this time.
0 commit comments