From 5ddb01429b4c3f77c27c92d6bc39b4a9a7794252 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Thu, 21 Aug 2025 19:06:51 +0200 Subject: [PATCH] ci(e2e): set oci-artifact Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .github/workflows/.e2e-run.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/.e2e-run.yml b/.github/workflows/.e2e-run.yml index f78ea8c..9ce846b 100644 --- a/.github/workflows/.e2e-run.yml +++ b/.github/workflows/.e2e-run.yml @@ -87,8 +87,6 @@ jobs: with: images: ${{ env.REGISTRY_SLUG || inputs.slug }} tags: | - type=ref,event=branch,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }} - type=ref,event=tag,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }} type=raw,gh-runid-${{ github.run_id }} - name: Set up QEMU @@ -118,7 +116,7 @@ jobs: context: ./test file: ./test/multi.Dockerfile platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x - push: ${{ github.event_name != 'pull_request' }} + outputs: type=image,oci-artifact=true,push=${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=${{ env.REGISTRY_SLUG || inputs.slug }}:master