diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef11ea..7152690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,11 @@ on: - workflow/api-improve env: - IMAGE_NAME: amelieloulou/transform-and-deliver-assets + IMAGE_NAME: bouyguestelecom/tada CHART_PATH: ./opensource jobs: + determine-version: runs-on: ubuntu-latest outputs: @@ -163,4 +164,4 @@ jobs: helm package opensource --version "${{ needs.determine-version.outputs.new_version }}" - name: Push Helm chart to Docker Hub run: | - helm push $(ls *.tgz) oci://registry-1.docker.io/amelieloulou + helm push $(ls *.tgz) oci://registry-1.docker.io/bouyguestelecom diff --git a/opensource/Chart.yaml b/opensource/Chart.yaml index 7e9d974..3916002 100644 --- a/opensource/Chart.yaml +++ b/opensource/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -name: transform-and-deliver-assets +name: tada description: TADA 🎉 - Transform And Deliver Assets - Bouygues Telecom type: application -version: 0.0.2-beta +version: '0.0.1' appVersion: '0.0.1'