Skip to content

Commit 1fdb94f

Browse files
Push for multi architecture
1 parent ed889e3 commit 1fdb94f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/image-ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
username: ${{github.actor}}
2424
password: ${{secrets.GITHUB_TOKEN}}
2525

26-
- name: 'Build Inventory Image'
26+
- name: 'Build and push image'
2727
run: |
2828
# read the helm chart version
2929
export VERSION=$(grep version charts/operator/Chart.yaml | awk '{print $2}')
30-
make docker-build
31-
make docker-push
30+
make docker-buildx

charts/operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: immudb-operator
33
description: Helm chart to deploy [unagex-immudb-operator](https://github.com/unagex/immudb-operator)
44
type: application
5-
version: 0.0.8
6-
appVersion: 0.0.8
5+
version: 0.0.9
6+
appVersion: 0.0.9
77
home: https://github.com/unagex/immudb-operator

0 commit comments

Comments
 (0)