Install envsubst using apk instead of apt-get
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Has been skipped
Podman Rootless Demo / deploy-prod (push) Failing after 19s

This commit is contained in:
continuist 2025-09-20 19:33:13 -04:00
parent 9d040c64d0
commit 9a927bcb8b

View file

@ -245,9 +245,8 @@ jobs:
podman --remote pull "$REGISTRY_HOST/$APP_NAME/sharenet-backend-api-postgres:$IMAGE_TAG" podman --remote pull "$REGISTRY_HOST/$APP_NAME/sharenet-backend-api-postgres:$IMAGE_TAG"
podman --remote pull "$REGISTRY_HOST/$APP_NAME/sharenet-frontend:$IMAGE_TAG" podman --remote pull "$REGISTRY_HOST/$APP_NAME/sharenet-frontend:$IMAGE_TAG"
- name: Install envsubst - name: Install envsubst (Alpine)
run: | run: apk add --no-cache gettext
apt-get update && apt-get install -y gettext-base
- name: Deploy production pod - name: Deploy production pod
run: | run: |