Skip to content

Commit 208020f

Browse files
build(skaffold): remove -dirty suffix
1 parent 9362b4b commit 208020f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

skaffold.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
apiVersion: skaffold/v4beta10
2+
apiVersion: skaffold/v4beta6
33
kind: Config
44
metadata:
55
name: ca-controller-for-strimzi
@@ -11,6 +11,9 @@ build:
1111
platforms:
1212
- linux/amd64
1313
- linux/arm64
14+
tagPolicy:
15+
gitCommit:
16+
ignoreChanges: true
1417
local:
1518
useBuildkit: true
1619
deploy:

0 commit comments

Comments
 (0)