diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 94fbb79..389cc72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,14 +44,26 @@ build:master: expire_in: 6 mos only: - master + except: + - tags +build:tags: + variables: + VERSION: $CI_COMMIT_TAG + extends: .buildbase + artifacts: + paths: + - build + only: + - tags + publish: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest script: - echo "Running a new release" dependencies: - - build:master + - build:tags artifacts: paths: - build @@ -60,7 +72,6 @@ publish: tag_name: '$CI_COMMIT_TAG' ref: '$CI_COMMIT_TAG' description: See CHANGELOG.md - milestones: ["$CI_COMMIT_TAG"] only: - tags diff --git a/README.md b/README.md index d4ec680..e8323ea 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ backpack run ./nginx-0.1.0.backpack -v ./values.yaml Unpack, customize or Run a backpack **from an URL**: ```shell -backpack unpack https://gitlab.com/Qm64/backpack/-/raw/master/test_files/redis.backpack -backpack run https://gitlab.com/Qm64/backpack/-/raw/master/test_files/redis.backpack -f values +backpack unpack https://backpack.qm64.tech/examples/redis-6.0.0.backpack +backpack run https://backpack.qm64.tech/examples/redis-6.0.0.backpack -f values ``` **Get Help** and learn more for each command