Skip to content

Commit 01d4412

Browse files
committed
feat: test multiarch images build and push
1 parent 6dad73e commit 01d4412

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SHELL := /bin/bash
77

88
NAME := redkey-operator
99
VERSION := test
10-
ROBIN_VERSION := 0.1.0
10+
ROBIN_VERSION := 0.0.1
1111
GOLANG_VERSION := 1.25.7
1212
DELVE_VERSION := 1.25
1313

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
const (
3434
USER_AGENT_NAME = "redkey-cluster-operator"
35-
USER_AGENT_VERSION = "test"
35+
USER_AGENT_VERSION = "0.0.1"
3636
)
3737

3838
var (

0 commit comments

Comments
 (0)