From 62248a90c2cfe76f5fb336bf37275b09033ae8b0 Mon Sep 17 00:00:00 2001 From: Vince Grassia <593223+vgrassia@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:41:42 -0500 Subject: [PATCH] Change output type to oci --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1400dd9435..fd54b415cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -251,7 +251,7 @@ jobs: linux/arm/v7, linux/arm64 # push: true - outputs: type=docker,dest=/tmp/build.tar + outputs: type=oci,dest=/tmp/build.tar # tags: ${{ steps.image-name.outputs.name }} tags: build:latest # secrets: |