mirror of
https://github.com/docker/build-push-action.git
synced 2026-08-04 22:51:59 +08:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a4e7a1131 | |||
| cdfd6263be | |||
| 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:
|
||||
|
||||
+132
-132
File diff suppressed because one or more lines are too long
+3
-3
File diff suppressed because one or more lines are too long
+1
-1
@@ -3674,7 +3674,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||
|
||||
The following npm package may be included in this product:
|
||||
|
||||
- undici@6.27.0
|
||||
- undici@6.28.0
|
||||
|
||||
This package contains the following license:
|
||||
|
||||
|
||||
@@ -5905,9 +5905,9 @@ __metadata:
|
||||
linkType: hard
|
||||
|
||||
"undici@npm:^6.23.0, undici@npm:^6.25.0":
|
||||
version: 6.27.0
|
||||
resolution: "undici@npm:6.27.0"
|
||||
checksum: 10/30c18cdb235edf4dd36f8aa3ace1ffaf44060289a7d62ad44c33180d2d74a224015d25574812f62ce9c625b5beb1b0b766495b650fedf356aca11eed7ce2c816
|
||||
version: 6.28.0
|
||||
resolution: "undici@npm:6.28.0"
|
||||
checksum: 10/672a7a53bd1f6c80edb73b357ab36e98ef9e474024c442aab2b8ea2bc32f1103cab05525c78661ae724f3e1340e23d03efb9730fba28e76218ab0ec52e15d75a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user