mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 10:10:09 +08:00 
			
		
		
		
	![dependabot[bot]](/assets/img/avatar_default.png) f7162d7c0a
			
		
	
	
		f7162d7c0a
		
			
		
	
	
	
	
		
			
			Bumps the aws-sdk-dependencies group with 2 updates: [@aws-sdk/client-ecr](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr) and [@aws-sdk/client-ecr-public](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ecr-public). Updates `@aws-sdk/client-ecr` from 3.369.0 to 3.370.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecr/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.370.0/clients/client-ecr) Updates `@aws-sdk/client-ecr-public` from 3.369.0 to 3.370.0 - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ecr-public/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.370.0/clients/client-ecr-public) --- updated-dependencies: - dependency-name: "@aws-sdk/client-ecr" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-dependencies - dependency-name: "@aws-sdk/client-ecr-public" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-sdk-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "docker-login",
 | |
|   "description": "GitHub Action to login against a Docker registry",
 | |
|   "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/login-action.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "actions",
 | |
|     "docker",
 | |
|     "login"
 | |
|   ],
 | |
|   "author": "Docker",
 | |
|   "contributors": [
 | |
|     {
 | |
|       "name": "CrazyMax",
 | |
|       "url": "https://crazymax.dev"
 | |
|     }
 | |
|   ],
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.10.0",
 | |
|     "@aws-sdk/client-ecr": "^3.370.0",
 | |
|     "@aws-sdk/client-ecr-public": "^3.370.0",
 | |
|     "@docker/actions-toolkit": "^0.7.0",
 | |
|     "http-proxy-agent": "^7.0.0",
 | |
|     "https-proxy-agent": "^7.0.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@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"
 | |
|   }
 | |
| }
 |