mirror of
https://github.com/docker/build-push-action.git
synced 2026-08-31 23:32:51 +08:00
Compare commits
3 Commits
dcf78c2308
...
518282e547
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
518282e547 | ||
|
|
11aabf2b92 | ||
|
|
d256265beb |
8
.github/workflows/.e2e-run.yml
vendored
8
.github/workflows/.e2e-run.yml
vendored
@ -60,6 +60,14 @@ jobs:
|
|||||||
ID: ${{ inputs.id }}
|
ID: ${{ inputs.id }}
|
||||||
run: |
|
run: |
|
||||||
cat ./.github/e2e/${ID}/env >> $GITHUB_ENV
|
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
|
name: Set up BuildKit config
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -35,12 +35,12 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
build-mode: none
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
|
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user