Skip to content

Commit

Permalink
update CI with latest version - fix helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Matlavv committed Dec 3, 2024
1 parent 176dd09 commit 75c2b76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build and push Docker image Jo
- name: Build and push Docker image Job
run: |
new_version=${{ needs.determine-version.outputs.new_version }}
docker buildx build --platform linux/amd64,linux/arm64 --push -t ${{ env.IMAGE_NAME }}:job-${new_version} -t ${{ env.IMAGE_NAME }}:job-latest --cache-from=type=local,src=/tmp/.buildx-cache --cache-to=type=local,dest=/tmp/.buildx-cache,mode=max ./src
Expand Down Expand Up @@ -201,4 +201,3 @@ jobs:
- name: Push Helm chart to Docker Hub
run: |
helm push $(ls *.tgz) oci://registry-1.docker.io/bouyguestelecomcharts
helm push $(ls *.tgz) oci://registry-1.docker.io/bouyguestelecomcharts:latest

0 comments on commit 75c2b76

Please sign in to comment.