diff options
author | Alexandre Flament <alex@al-f.net> | 2023-01-20 10:32:38 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-01-20 10:46:00 +0000 |
commit | f759a84af419186a2bac6652e0f06dc791d63377 (patch) | |
tree | 0f0e4bf4f23f2358876dd8bf03e63d5cbfac03a4 /.gitignore | |
parent | eed9b09d98d42501ff6782041868db4267fca7d5 (diff) | |
download | searxng-f759a84af419186a2bac6652e0f06dc791d63377.tar.gz searxng-f759a84af419186a2bac6652e0f06dc791d63377.zip |
SearXNG version: fix make docker
continuation of #2117
related to #2111
This commit:
* fixes the Docker tag using an additional variable DOCKER_TAG, see searx/version.py
* fixes the Docker labels org.label-schema.vcs-ref and org.opencontainers.image.revision
* adds searx/version_frozen to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 262e9c1c1..f50a65be0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ gh-pages/ /node_modules/ .idea/ + +searx/version_frozen.py |