mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-04 14:05:38 +00:00
Compare commits
6 Commits
1e38ae2df1
...
118e1982f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
118e1982f9 | ||
|
|
058dae76f7 | ||
|
|
607c3f5f5a | ||
|
|
3602ada5a6 | ||
|
|
3d2a1b1a79 | ||
|
|
807c89a65a |
@ -13,7 +13,7 @@
|
|||||||
],
|
],
|
||||||
"parser": "@typescript-eslint/parser",
|
"parser": "@typescript-eslint/parser",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 2023,
|
"ecmaVersion": "latest",
|
||||||
"sourceType": "module"
|
"sourceType": "module"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
|||||||
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
@ -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
24
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
27
package.json
27
package.json
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user