Compare commits

..

6 Commits

Author SHA1 Message Date
CrazyMax
118e1982f9
Merge 058dae76f7 into df19a799eb 2024-05-15 09:09:13 +00:00
CrazyMax
058dae76f7
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-15 11:09:03 +02:00
CrazyMax
607c3f5f5a
DOCKER_BUILD_NO_SUMMARY env to disable summary
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-15 11:03:16 +02:00
CrazyMax
3602ada5a6
generate build summary
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-15 11:03:16 +02:00
CrazyMax
3d2a1b1a79
export build record and upload artifact
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-15 11:03:16 +02:00
CrazyMax
807c89a65a
bump to actions-toolkit dev
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-15 11:03:16 +02:00
6 changed files with 840 additions and 537 deletions

View File

@ -13,7 +13,7 @@
], ],
"parser": "@typescript-eslint/parser", "parser": "@typescript-eslint/parser",
"parserOptions": { "parserOptions": {
"ecmaVersion": 2023, "ecmaVersion": "latest",
"sourceType": "module" "sourceType": "module"
}, },
"plugins": [ "plugins": [

View File

@ -1344,26 +1344,3 @@ jobs:
name: Check docker name: Check docker
run: | run: |
docker image inspect localhost:5000/name/app:latest docker image inspect localhost:5000/name/app:latest
disable-summary:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
with:
path: action
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
version: ${{ inputs.buildx-version || env.BUILDX_VERSION }}
driver-opts: |
image=${{ inputs.buildkit-image || env.BUILDKIT_IMAGE }}
-
name: Build
uses: ./action
with:
file: ./test/Dockerfile
env:
DOCKER_BUILD_NO_SUMMARY: true

24
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

@ -31,18 +31,19 @@
"handlebars": "^4.7.7" "handlebars": "^4.7.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.12.12", "@types/csv-parse": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^7.9.0", "@types/node": "^20.5.9",
"@typescript-eslint/parser": "^7.9.0", "@typescript-eslint/eslint-plugin": "^6.6.0",
"@vercel/ncc": "^0.38.1", "@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.57.0", "@vercel/ncc": "^0.38.0",
"eslint-config-prettier": "^9.1.0", "eslint": "^8.48.0",
"eslint-plugin-jest": "^28.5.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3", "eslint-plugin-jest": "^27.2.3",
"jest": "^29.7.0", "eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.2.5", "jest": "^29.6.4",
"ts-jest": "^29.1.2", "prettier": "^3.0.3",
"ts-node": "^10.9.2", "ts-jest": "^29.1.1",
"typescript": "^5.4.5" "ts-node": "^10.9.1",
"typescript": "^5.2.2"
} }
} }

1299
yarn.lock

File diff suppressed because it is too large Load Diff