Skip to content

Commit 4b956f2

Browse files
committed
ci(e2e): set oci-artifact
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent ccc2b40 commit 4b956f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/.e2e-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
with:
8888
images: ${{ env.REGISTRY_SLUG || inputs.slug }}
8989
tags: |
90-
type=ref,event=branch,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }}
91-
type=ref,event=tag,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }}
90+
# type=ref,event=branch,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }}
91+
# type=ref,event=tag,enable=${{ matrix.buildx_version == 'latest' && matrix.buildkit_image == 'moby/buildkit:buildx-stable-1' }}
9292
type=raw,gh-runid-${{ github.run_id }}
9393
-
9494
name: Set up QEMU
@@ -118,7 +118,7 @@ jobs:
118118
context: ./test
119119
file: ./test/multi.Dockerfile
120120
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
121-
push: ${{ github.event_name != 'pull_request' }}
121+
outputs: type=image,oci-artifact=true,push=${{ github.event_name != 'pull_request' }}
122122
tags: ${{ steps.meta.outputs.tags }}
123123
labels: ${{ steps.meta.outputs.labels }}
124124
cache-from: type=registry,ref=${{ env.REGISTRY_SLUG || inputs.slug }}:master

0 commit comments

Comments
 (0)