mirror of
https://github.com/docker/build-push-action.git
synced 2026-08-04 22:51:59 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11aabf2b92 | |||
| d256265beb |
@@ -60,6 +60,14 @@ 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:
|
||||
|
||||
Reference in New Issue
Block a user