mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
436 B
436 B
Updating this Lambda Function
- Get Docker Retag via wget:
pushd docker/retag-lambda
wget -q https://github.com/joshdk/docker-retag/releases/download/0.0.2/docker-retag
popd
- Package this folder:
pushd docker/retag-lambda
zip retag-lambda.zip *
- Head to the AWS Management console & select the
DockerTagLatest
function. SelectUpload from
, then.zip file
and then select the zip file created in Step 2.