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-07 08:45:36 -03:00
parent b51fd7cf14
commit 576e476ced

View file

@ -7,6 +7,9 @@ on:
tags:
- 'v*'
env:
REGISTRY: ghcr.io
jobs:
build:
runs-on: ubuntu-22.04
@ -18,7 +21,6 @@ jobs:
- name: Get full image name
id: base_image_name
env:
REGISTRY: ghcr.io
BASE_IMAGE_NAME: ${{ github.repository }}
run: |
if [[ $GITHUB_REF == refs/tags/* ]]; then