mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
In dockerize.yml file, revert the added configuration
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user