We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b965ab commit 2a5a63eCopy full SHA for 2a5a63e
1 file changed
.github/workflows/ci-cd.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- version: [18, 20, 22, 22-nginx]
+ version: [20, 22, 22-nginx, 24]
14
runs-on: [ubuntu-24.04, ubuntu-24.04-arm]
15
runs-on: ${{ matrix.runs-on }}
16
@@ -65,7 +65,7 @@ jobs:
65
runs-on: ubuntu-24.04
66
67
68
- version: [18, 20, 22]
69
70
steps:
71
- uses: docker/login-action@v3
0 commit comments