We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f00f4ac commit c71fc01Copy full SHA for c71fc01
.github/workflows/ci_docker.yaml
@@ -47,5 +47,5 @@ jobs:
47
ansible_base_version=2.11-tools-0.39
48
cidre_version=0.12.1
49
helm_version=3.7.1
50
- keployr_version=1.0.5
+ keployr_version=1.0.7
51
BUILDKIT_INLINE_CACHE=1
Makefile
@@ -3,7 +3,7 @@ build:
3
--build-arg ansible_base_version=2.11-tools-0.39 \
4
--build-arg cidre_version=0.12.1 \
5
--build-arg helm_version=3.7.1 \
6
- --build-arg keployr_version=1.0.5 \
+ --build-arg keployr_version=1.0.7 \
7
--build-arg BUILDKIT_INLINE_CACHE=1 \
8
--platform linux/arm64v8 \
9
-t local-keployr .
0 commit comments