1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-18 20:59:42 +02:00

test pipeline

This commit is contained in:
Nikita Melnikov 2022-11-02 23:28:20 +02:00
parent 3fa07b682a
commit 7eb2d1e183

View file

@ -10,7 +10,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME_TEST: fromJSON('[${{github.repository}}, ${{github.repository}}-stage]')[job.status == 'success']
IMAGE_NAME_TEST: ${{ fromJSON('[${{github.repository}}, ${{github.repository}}-stage]')[job.status == 'success'] }}
jobs:
build: