mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 00:10:11 +08:00 
			
		
		
		
	chore: update drone-ssh to version 1.7.7
- Update drone-ssh Docker image version from `1.7.4` to `1.7.7` - Update DRONE_SSH_VERSION environment variable default from `1.7.4` to `1.7.7` Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									71d43ea0f7
								
							
						
					
					
						commit
						036cad7df7
					
				| @ -1,4 +1,4 @@ | |||||||
| FROM ghcr.io/appleboy/drone-ssh:1.7.4 | FROM ghcr.io/appleboy/drone-ssh:1.7.7 | ||||||
| 
 | 
 | ||||||
| COPY entrypoint.sh /bin/entrypoint.sh | COPY entrypoint.sh /bin/entrypoint.sh | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -8,7 +8,7 @@ export GITHUB="true" | |||||||
| 
 | 
 | ||||||
| GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}" | GITHUB_ACTION_PATH="${GITHUB_ACTION_PATH%/}" | ||||||
| DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}" | DRONE_SSH_RELEASE_URL="${DRONE_SSH_RELEASE_URL:-https://github.com/appleboy/drone-ssh/releases/download}" | ||||||
| DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.7.4}" | DRONE_SSH_VERSION="${DRONE_SSH_VERSION:-1.7.7}" | ||||||
| 
 | 
 | ||||||
| function detect_client_info() { | function detect_client_info() { | ||||||
|   if [ -n "${SSH_CLIENT_OS-}" ]; then |   if [ -n "${SSH_CLIENT_OS-}" ]; then | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Bo-Yi Wu
						Bo-Yi Wu