Skip to content

Commit 97a5d98

Browse files
committed
Tweaks
1 parent 74804a1 commit 97a5d98

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
version: [20, 22, 22-nginx, 24]
13+
version: [20, 22, 24, '24-nginx']
1414
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
1515
runs-on: ${{ matrix.runs-on }}
1616

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Minimal [Node](https://nodejs.org/en/) Docker image. It's use is intended for [k
1818

1919
- [24](https://github.com/kool-dev/docker-node/blob/master/24/Dockerfile)
2020

21-
### 22-nginx
21+
### 24-nginx
2222

2323
- [24-nginx](https://github.com/kool-dev/docker-node/blob/master/24-nginx/Dockerfile)
2424

@@ -32,6 +32,7 @@ The following images have been discontinued, but still exist on Hub Docker in ca
3232
- [16](https://github.com/kool-dev/docker-node/blob/master/16/Dockerfile)
3333
- [18](https://github.com/kool-dev/docker-node/blob/master/18/Dockerfile)
3434
- [21](https://github.com/kool-dev/docker-node/blob/master/21/Dockerfile)
35+
- [22-nginx](https://github.com/kool-dev/docker-node/blob/master/22-nginx/Dockerfile)
3536

3637
## Environment Variables
3738

0 commit comments

Comments
 (0)