We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed889e3 commit 1fdb94fCopy full SHA for 1fdb94f
.github/workflows/image-ci.yml
@@ -23,9 +23,8 @@ jobs:
23
username: ${{github.actor}}
24
password: ${{secrets.GITHUB_TOKEN}}
25
26
- - name: 'Build Inventory Image'
+ - name: 'Build and push image'
27
run: |
28
# read the helm chart version
29
export VERSION=$(grep version charts/operator/Chart.yaml | awk '{print $2}')
30
- make docker-build
31
- make docker-push
+ make docker-buildx
charts/operator/Chart.yaml
@@ -2,6 +2,6 @@ apiVersion: v2
2
name: immudb-operator
3
description: Helm chart to deploy [unagex-immudb-operator](https://github.com/unagex/immudb-operator)
4
type: application
5
-version: 0.0.8
6
-appVersion: 0.0.8
+version: 0.0.9
+appVersion: 0.0.9
7
home: https://github.com/unagex/immudb-operator
0 commit comments