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 153aa1e commit 9a11581Copy full SHA for 9a11581
.gitlab-ci.yml
@@ -202,7 +202,7 @@ node-lts:
202
script:
203
- |
204
/kaniko/executor --context $CI_PROJECT_DIR --dockerfile node/Dockerfile \
205
- --build-arg TAG=lts-buster
+ --build-arg TAG=lts-buster \
206
--destination $CI_REGISTRY_IMAGE/node:lts \
207
--destination $CI_REGISTRY_IMAGE/node:$CI_COMMIT_REF_NAME
208
only:
@@ -216,8 +216,8 @@ node-20:
216
217
218
219
- --build-arg TAG=20-buster
220
- --destination $CI_REGISTRY_IMAGE/node:lts \
+ --build-arg TAG=20-buster \
+ --destination $CI_REGISTRY_IMAGE/node:20 \
221
222
223
refs:
0 commit comments