diff --git a/apps/rompr/tekton-image-build.yaml b/apps/rompr/tekton-image-build.yaml index bbba1be..113f1a5 100644 --- a/apps/rompr/tekton-image-build.yaml +++ b/apps/rompr/tekton-image-build.yaml @@ -43,7 +43,7 @@ spec: type: image steps: - name: build-and-push-arm64 - image: gcr.io/kaniko-project/executor:arm64 + image: gcr.io/kaniko-project/executor:latest command: - /kaniko/executor args: @@ -53,7 +53,7 @@ spec: - --snapshotMode=redo - --skip-tls-verify - name: build-and-push-armhf - image: gcr.io/kaniko-project/executor:arm64 + image: gcr.io/kaniko-project/executor:latest command: - /kaniko/executor args: