ci(build): #540 add AWS Lambda support

This commit is contained in:
Julien Neuhart
2025-08-14 20:40:38 +02:00
parent 2635213947
commit d6ffd193d3
6 changed files with 69 additions and 17 deletions

View File

@@ -40,6 +40,7 @@ IFS=',' read -ra tags_to_delete <<< "$tags"
if [ -n "$snapshot_version" ]; then
tags_to_delete+=("$DOCKER_REGISTRY/snapshot:$snapshot_version")
tags_to_delete+=("$DOCKER_REGISTRY/snapshot:$snapshot_version-cloudrun")
tags_to_delete+=("$DOCKER_REGISTRY/snapshot:$snapshot_version-aws-lambda")
fi
echo "Will delete the following tag(s):"