diff --git a/.gitlab/pipelines/.app_img_pipeline.yml b/.gitlab/pipelines/.app_img_pipeline.yml index 7c3a034..e630c97 100644 --- a/.gitlab/pipelines/.app_img_pipeline.yml +++ b/.gitlab/pipelines/.app_img_pipeline.yml @@ -62,7 +62,7 @@ Docker Push: script: - docker pull ${COMMIT_TAG} - > - if [ "${branch}" == 'main' ]; then + if [ "${CI_COMMIT_BRANCH}" == 'main' ]; then LATEST_TAG=${MAIN_LATEST_TAG} fi - docker tag ${COMMIT_TAG} ${LATEST_TAG} diff --git a/files/cfg/config.yaml.template b/files/cfg/config.yaml.template index 917e0a8..562a504 100644 --- a/files/cfg/config.yaml.template +++ b/files/cfg/config.yaml.template @@ -1,4 +1,5 @@ #Copy this file and rename to 'config.yaml" +#See https://gitlab.com/BrianDMG/conv2mp4/-/wikis/Configuration for configration setup #conv2mp4 configuration schedule: @@ -36,4 +37,4 @@ cleanup: #'true' enables garbage collection feature, 'false' disabled it enable: true #File types to delete on each run - include_file_types: "*.nfo" + include_file_types: "*.nfo" \ No newline at end of file