mirror of
https://github.com/docker/build-push-action.git
synced 2026-08-31 23:32:51 +08:00
Compare commits
No commits in common. "11aabf2b92e5c881c944bb441f1201dd668aeefb" and "cb941d0b895b09c17fa011d41c411b33c752cf28" have entirely different histories.
11aabf2b92
...
cb941d0b89
8
.github/workflows/.e2e-run.yml
vendored
8
.github/workflows/.e2e-run.yml
vendored
@ -60,14 +60,6 @@ jobs:
|
||||
ID: ${{ inputs.id }}
|
||||
run: |
|
||||
cat ./.github/e2e/${ID}/env >> $GITHUB_ENV
|
||||
-
|
||||
# FIXME: Remove this once GitLab Registry accepts OCI artifact attestations
|
||||
# whose subject points to a manifest pushed in the same build.
|
||||
# https://github.com/docker/buildx/pull/3991
|
||||
name: Set up GitLab env
|
||||
if: inputs.provider == 'gitlab'
|
||||
run: |
|
||||
echo "BUILDX_NO_DEFAULT_OCI_ARTIFACT=true" >> "$GITHUB_ENV"
|
||||
-
|
||||
name: Set up BuildKit config
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user