Skip to content

Commit

Permalink
chore: fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
majori committed Jun 18, 2024
1 parent 7d95553 commit 4ca0c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/recipe/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4ca0c50

Please sign in to comment.