Skip to content

Commit 5ccaf22

Browse files
authored
fix latest version
1 parent febede9 commit 5ccaf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Build latest
6262
shell: bash
6363
run: |
64-
docker build --build-arg IMAGE_VERSION=latest -t aasaam/node-lts-plus:latest .
64+
docker build --build-arg IMAGE_VERSION=22 -t aasaam/node-lts-plus:latest .
6565
docker push aasaam/node-lts-plus:latest
6666
docker tag aasaam/node-lts-plus:latest ghcr.io/aasaam/node-lts-plus:latest
6767
docker push ghcr.io/aasaam/node-lts-plus:latest

0 commit comments

Comments
 (0)