From 4ca0c5003e90589f33b07faf7f6c97ee87bb57f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20Kivim=C3=A4ki?= Date: Tue, 18 Jun 2024 13:45:25 +0300 Subject: [PATCH] chore: fix constant --- pkg/recipe/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/recipe/push.go b/pkg/recipe/push.go index 889dc28a..8e1c208a 100644 --- a/pkg/recipe/push.go +++ b/pkg/recipe/push.go @@ -47,7 +47,7 @@ func PushRecipe(ctx context.Context, path string, opts oci.Repository, replaceLa root, err := oras.PackManifest( ctx, store, - oras.PackManifestVersion1_1_RC4, + oras.PackManifestVersion1_1, "application/x.futurice.jalapeno.recipe.v1", oras.PackManifestOptions{ Layers: fileDescriptors,