There was an error while loading. Please reload this page.
2 parents cb941d0 + d256265 commit 11aabf2Copy full SHA for 11aabf2
1 file changed
.github/workflows/.e2e-run.yml
@@ -60,6 +60,14 @@ jobs:
60
ID: ${{ inputs.id }}
61
run: |
62
cat ./.github/e2e/${ID}/env >> $GITHUB_ENV
63
+ -
64
+ # FIXME: Remove this once GitLab Registry accepts OCI artifact attestations
65
+ # whose subject points to a manifest pushed in the same build.
66
+ # https://github.com/docker/buildx/pull/3991
67
+ name: Set up GitLab env
68
+ if: inputs.provider == 'gitlab'
69
+ run: |
70
+ echo "BUILDX_NO_DEFAULT_OCI_ARTIFACT=true" >> "$GITHUB_ENV"
71
-
72
name: Set up BuildKit config
73
env:
0 commit comments