mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 13:19:42 +02:00
fix env
This commit is contained in:
parent
b51fd7cf14
commit
576e476ced
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue