Skip to content

Commit

Permalink
Merge branch 'development' into 'main'
Browse files Browse the repository at this point in the history
Update docker push pipeline

See merge request BrianDMG/conv2mp4!22
  • Loading branch information
BrianDMG authored and BrianDMG committed Sep 16, 2021
2 parents ca51bfc + c1e1457 commit 4c505de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab/pipelines/.app_img_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
3 changes: 2 additions & 1 deletion files/cfg/config.yaml.template
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"

0 comments on commit 4c505de

Please sign in to comment.