Public Access
1
0
mirror of https://github.com/docker/setup-buildx-action.git synced 2026-01-31 15:33:14 +03:00

Compare commits

..

2 Commits

Author SHA1 Message Date
CrazyMax
57a7adc7ec chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2026-01-28 09:14:14 +01:00
dependabot[bot]
160d4c5e27 build(deps): bump js-yaml from 4.1.0 to 4.1.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-08 15:36:58 +00:00
5 changed files with 13 additions and 62 deletions

View File

@@ -1,49 +0,0 @@
name: update-dist
on:
pull_request:
types:
- opened
- synchronize
jobs:
update-dist:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
-
name: GitHub auth token from GitHub App
id: docker-read-app
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
owner: docker
-
name: Checkout
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 0
token: ${{ steps.docker-read-app.outputs.token || github.token }}
-
name: Build
uses: docker/bake-action@v6
with:
source: .
targets: build
-
name: Commit and push dist
run: |
if [ -n "$(git status --porcelain -- dist)" ]; then
(
set -x
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add dist
git commit -m "chore: update generated content"
git push
)
else
echo "No changes in dist"
fi

20
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@actions/core": "^1.11.1", "@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.63.0", "@docker/actions-toolkit": "^0.63.0",
"js-yaml": "^4.1.0" "js-yaml": "^4.1.1"
}, },
"devDependencies": { "devDependencies": {
"@eslint/compat": "^2.0.0", "@eslint/compat": "^2.0.0",

View File

@@ -3569,7 +3569,7 @@ __metadata:
eslint-plugin-jest: "npm:^29.5.0" eslint-plugin-jest: "npm:^29.5.0"
eslint-plugin-prettier: "npm:^5.5.4" eslint-plugin-prettier: "npm:^5.5.4"
jest: "npm:^30.2.0" jest: "npm:^30.2.0"
js-yaml: "npm:^4.1.0" js-yaml: "npm:^4.1.1"
prettier: "npm:^3.7.4" prettier: "npm:^3.7.4"
ts-jest: "npm:^29.4.6" ts-jest: "npm:^29.4.6"
ts-node: "npm:^10.9.2" ts-node: "npm:^10.9.2"