From 9f34838be2bd22ed49610a06257b8ccec94e9294 Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 11 Jun 2024 12:58:07 +0300 Subject: [PATCH] ci: add env variable --- .gitea/workflows/push-registry.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/push-registry.yml b/.gitea/workflows/push-registry.yml index ea14776..f78b27a 100644 --- a/.gitea/workflows/push-registry.yml +++ b/.gitea/workflows/push-registry.yml @@ -8,6 +8,7 @@ on: [push] env: REGISTRY: registry.log101.dev IMAGE_NAME: ${{ github.repository }} + PUBLIC_BACKEND_HOST: ${{ vars.PUBLIC_BACKEND_HOST }} # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: