We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febede9 commit 5ccaf22Copy full SHA for 5ccaf22
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Build latest
62
shell: bash
63
run: |
64
- docker build --build-arg IMAGE_VERSION=latest -t aasaam/node-lts-plus:latest .
+ docker build --build-arg IMAGE_VERSION=22 -t aasaam/node-lts-plus:latest .
65
docker push aasaam/node-lts-plus:latest
66
docker tag aasaam/node-lts-plus:latest ghcr.io/aasaam/node-lts-plus:latest
67
docker push ghcr.io/aasaam/node-lts-plus:latest
0 commit comments