Skip to content

Commit

Permalink
Push for multi architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 23, 2024
1 parent ed889e3 commit 1fdb94f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
username: ${{github.actor}}
password: ${{secrets.GITHUB_TOKEN}}

- name: 'Build Inventory Image'
- name: 'Build and push image'
run: |
# read the helm chart version
export VERSION=$(grep version charts/operator/Chart.yaml | awk '{print $2}')
make docker-build
make docker-push
make docker-buildx
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: immudb-operator
description: Helm chart to deploy [unagex-immudb-operator](https://github.com/unagex/immudb-operator)
type: application
version: 0.0.8
appVersion: 0.0.8
version: 0.0.9
appVersion: 0.0.9
home: https://github.com/unagex/immudb-operator

0 comments on commit 1fdb94f

Please sign in to comment.