ci: add env variable
All checks were successful
/ build-and-push-image (push) Successful in 20s

This commit is contained in:
log101 2024-06-11 12:58:07 +03:00
parent f831e4685f
commit 9f34838be2

View File

@ -8,6 +8,7 @@ on: [push]
env: env:
REGISTRY: registry.log101.dev REGISTRY: registry.log101.dev
IMAGE_NAME: ${{ github.repository }} 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. # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu.
jobs: jobs: