1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 13:19:42 +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: tags:
- 'v*' - 'v*'
env:
REGISTRY: ghcr.io
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
@ -18,7 +21,6 @@ jobs:
- name: Get full image name - name: Get full image name
id: base_image_name id: base_image_name
env: env:
REGISTRY: ghcr.io
BASE_IMAGE_NAME: ${{ github.repository }} BASE_IMAGE_NAME: ${{ github.repository }}
run: | run: |
if [[ $GITHUB_REF == refs/tags/* ]]; then if [[ $GITHUB_REF == refs/tags/* ]]; then