Skip to content

Commit 11aabf2

Browse files
authored
Merge pull request #1593 from crazy-max/fix-e2e-gitlab
ci(e2e): fix GitLab e2e push attestations
2 parents cb941d0 + d256265 commit 11aabf2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/.e2e-run.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ jobs:
6060
ID: ${{ inputs.id }}
6161
run: |
6262
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"
6371
-
6472
name: Set up BuildKit config
6573
env:

0 commit comments

Comments
 (0)