Skip to content

Commit

Permalink
fix latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed May 4, 2024
1 parent febede9 commit 5ccaf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build latest
shell: bash
run: |
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 .
docker push aasaam/node-lts-plus:latest
docker tag aasaam/node-lts-plus:latest ghcr.io/aasaam/node-lts-plus:latest
docker push ghcr.io/aasaam/node-lts-plus:latest
Expand Down

0 comments on commit 5ccaf22

Please sign in to comment.