Skip to content

Commit

Permalink
update to bouyguestelecom
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Nov 20, 2024
1 parent 62227d4 commit 5e88e10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions opensource/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 5e88e10

Please sign in to comment.