mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
In dockerize.yml file, revert the added configuration
This commit is contained in:
parent
a53178cab9
commit
38090b2553
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dockerize.yml
vendored
2
.github/workflows/dockerize.yml
vendored
|
@ -33,7 +33,7 @@ env:
|
||||||
# else with user specified tag (default 'dev') if triggered via workflow
|
# else with user specified tag (default 'dev') if triggered via workflow
|
||||||
# else with run_id if triggered via a pull request
|
# else with run_id if triggered via a pull request
|
||||||
# else with 'pre' (if push to master)
|
# else with 'pre' (if push to master)
|
||||||
DOCKER_IMAGE_TAG: ${{ github.ref_type == 'tag' && github.ref_name || github.event_name == 'workflow_dispatch' && github.event.inputs.tag || github.event_name == 'push' && github.run_id || 'pre' }}
|
DOCKER_IMAGE_TAG: ${{ github.ref_type == 'tag' && github.ref_name || github.event_name == 'workflow_dispatch' && github.event.inputs.tag || 'pre' }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue