[odrs-web] ci: Fix typo
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web] ci: Fix typo
- Date: Thu, 28 Apr 2022 13:42:37 +0000 (UTC)
commit d89c92485122b4ed06d70a5cf6af53a869492a4b
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Apr 28 15:42:29 2022 +0200
ci: Fix typo
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a00ebad..e8e0c08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,14 +6,14 @@ odrs-dev:
extends:
- .kaniko-root
variables:
- CI_CUSTOM_IMAGE_NAM: "odrs"
+ CI_CUSTOM_IMAGE_NAME: "odrs"
OCI_TAG: "dev"
odrs:
extends:
- .kaniko-root
variables:
- CI_CUSTOM_IMAGE_NAM: "odrs"
+ CI_CUSTOM_IMAGE_NAME: "odrs"
OCI_TAG: "latest"
when: manual
@@ -21,7 +21,7 @@ nginx:
extends:
- .kaniko-root
variables:
- CI_CUSTOM_IMAGE_NAM: "odrs"
+ CI_CUSTOM_IMAGE_NAME: "odrs"
OCI_TAG: "nginx"
DOCKERFILE: "Dockerfile.nginx"
when: manual
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]