Skip to content

Commit

Permalink
fix: name in github of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Aug 24, 2024
1 parent 50d8d71 commit cbf5bd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cicd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.13
version: 0.1.14

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
8 changes: 4 additions & 4 deletions cicd/templates/push/pipelinePush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
- name: STATE
value: pending
- name: CONTEXT
value: monofolio-ci
value: monofolio-ci-$(params.release-name)
- name: GITHUB_TOKEN_SECRET_NAME
value: $(params.githubSecretName)
- name: TARGET_URL
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
- name: DESCRIPTION
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
value: monofolio-ci-$(params.release-name)
- name: GITHUB_TOKEN_SECRET_NAME
value: $(params.githubSecretName)
- name: STATE
Expand All @@ -172,7 +172,7 @@ spec:
- name: DESCRIPTION
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
value: monofolio-ci-$(params.release-name)
- name: GITHUB_TOKEN_SECRET_NAME
value: $(params.githubSecretName)
- name: STATE
Expand All @@ -195,7 +195,7 @@ spec:
- name: DESCRIPTION
value: Monofolio build and push $(params.conteneurfile-path)
- name: CONTEXT
value: monofolio-ci
value: monofolio-ci-$(params.release-name)
- name: GITHUB_TOKEN_SECRET_NAME
value: $(params.githubSecretName)
- name: STATE
Expand Down

0 comments on commit cbf5bd6

Please sign in to comment.