From 3daba613f0b0af730d76b7f05ef79bd935c45a3e Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:07:32 +0100 Subject: [PATCH] fix --- .github/workflows/build-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yml b/.github/workflows/build-images.yml index e52f139e..129d6b36 100644 --- a/.github/workflows/build-images.yml +++ b/.github/workflows/build-images.yml @@ -171,7 +171,7 @@ jobs: echo "postgres_user=${postgres_user}" echo "postgres_password=" >> "$GITHUB_ENV" - echo "compose_keycloak_volumes='./rds-ca-2019-root.pem:/certs/rds-ca-2019-root.pem'" >> "$GITHUB_ENV" + echo "compose_keycloak_volumes=./rds-ca-2019-root.pem:/certs/rds-ca-2019-root.pem" >> "$GITHUB_ENV" : # export AWS variables echo "AWS_STS_REGIONAL_ENDPOINTS=$AWS_STS_REGIONAL_ENDPOINTS" >> "$GITHUB_ENV"