![dependabot[bot]](/assets/img/avatar_default.png) 6787bde0a6
			
		
	
	
		6787bde0a6
		
			
		
	
	
	
	
		
			
			Bumps [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/docker/actions-toolkit/releases) - [Commits](https://github.com/docker/actions-toolkit/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: "@docker/actions-toolkit" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "docker-build-push",
 | |
|   "description": "Build and push Docker images",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "ncc build src/main.ts --source-map --minify --license licenses.txt",
 | |
|     "lint": "eslint src/**/*.ts __tests__/**/*.ts",
 | |
|     "format": "eslint --fix src/**/*.ts __tests__/**/*.ts",
 | |
|     "test": "jest --coverage",
 | |
|     "all": "yarn run build && yarn run format && yarn test"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/docker/build-push-action.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "docker",
 | |
|     "build",
 | |
|     "push"
 | |
|   ],
 | |
|   "author": "Docker",
 | |
|   "contributors": [
 | |
|     {
 | |
|       "name": "CrazyMax",
 | |
|       "url": "https://crazymax.dev"
 | |
|     }
 | |
|   ],
 | |
|   "license": "Apache-2.0",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.10.0",
 | |
|     "@docker/actions-toolkit": "^0.8.0",
 | |
|     "handlebars": "^4.7.7"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/csv-parse": "^1.2.2",
 | |
|     "@types/node": "^16.18.21",
 | |
|     "@typescript-eslint/eslint-plugin": "^5.56.0",
 | |
|     "@typescript-eslint/parser": "^5.56.0",
 | |
|     "@vercel/ncc": "^0.36.1",
 | |
|     "eslint": "^8.36.0",
 | |
|     "eslint-config-prettier": "^8.8.0",
 | |
|     "eslint-plugin-jest": "^27.2.1",
 | |
|     "eslint-plugin-prettier": "^4.2.1",
 | |
|     "jest": "^29.5.0",
 | |
|     "prettier": "^2.8.7",
 | |
|     "ts-jest": "^29.0.5",
 | |
|     "ts-node": "^10.9.1",
 | |
|     "typescript": "^4.9.5"
 | |
|   }
 | |
| }
 |