Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Feb 29, 2024
1 parent 61d7e35 commit 3daba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3daba61

Please sign in to comment.