Skip to content

Commit 5363a46

Browse files
committed
Refactoring CI_PROJECT_NAME
1 parent 9268ccb commit 5363a46

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dockerhub-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -e
99

1010
# export CI_PROJECT_PATH="devopscorner"
11-
# export CI_PROJECT_NAME="terraform-infra"
11+
# export CI_PROJECT_NAME="golang-deployment"
1212

1313
# export IMAGE="$CI_PROJECT_PATH/$CI_PROJECT_NAME"
1414
export IMAGE=$4

dockerhub-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -e
99

1010
# export CI_PROJECT_PATH="devopscorner"
11-
# export CI_PROJECT_NAME="terraform-infra"
11+
# export CI_PROJECT_NAME="golang-deployment"
1212

1313
# export IMAGE="$CI_PROJECT_PATH/$CI_PROJECT_NAME"
1414
export IMAGE=$2

dockerhub-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -e
99

1010
# export CI_PROJECT_PATH="devopscorner"
11-
# export CI_PROJECT_NAME="terraform-infra"
11+
# export CI_PROJECT_NAME="golang-deployment"
1212

1313
# export IMAGE="$CI_PROJECT_PATH/$CI_PROJECT_NAME"
1414
export IMAGE=$3

0 commit comments

Comments
 (0)