From 9a927bcb8b3c323919b8dbdf70beeec97f0d3593 Mon Sep 17 00:00:00 2001 From: continuist Date: Sat, 20 Sep 2025 19:33:13 -0400 Subject: [PATCH] Install envsubst using apk instead of apt-get --- .forgejo/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index cf79eaf..6799c68 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -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-frontend:$IMAGE_TAG" - - name: Install envsubst - run: | - apt-get update && apt-get install -y gettext-base + - name: Install envsubst (Alpine) + run: apk add --no-cache gettext - name: Deploy production pod run: |