fix(ci): build image tags

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2024-04-06 15:05:13 +02:00
parent 5fccdf4d02
commit 60483499ee

View file

@ -99,7 +99,7 @@ jobs:
# Checking for backend images
ls backend/cmd >> /tmp/backend.txt
echo Services: "${{ github.event.inputs.services }}"
IFS=',' read -ra SERVICES <<< "chalice,frontend,http"
IFS=',' read -ra SERVICES <<< "${{ github.event.inputs.services }}"
# Build FOSS
for SERVICE in "${SERVICES[@]}"; do
# Check if service is backend