1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
This commit is contained in:
Nikita Melnikov 2022-11-02 23:24:09 +02:00
parent 59d804ac83
commit 3fa07b682a

View file

@ -10,12 +10,14 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME_TEST: fromJSON('[${{github.repository}}, ${{github.repository}}-stage]')[job.status == 'success']
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: echo "$IMAGE_NAME_TEST"
- name: Checkout repository
uses: actions/checkout@v3