Skip to content

Commit

Permalink
specify version latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mhf-ir committed May 4, 2024
1 parent 49095d5 commit febede9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ jobs:
docker tag aasaam/node-lts-plus:22 ghcr.io/aasaam/node-lts-plus:22
docker push ghcr.io/aasaam/node-lts-plus:22
- name: Build latest
shell: bash
run: |
docker build --build-arg IMAGE_VERSION=latest -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
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
Expand Down

0 comments on commit febede9

Please sign in to comment.