From 6c683b37681bd9ff2a31662c19c793075f250e2b Mon Sep 17 00:00:00 2001 From: Luis Cruz Date: Thu, 16 Jan 2025 16:02:24 +0000 Subject: [PATCH] ci: Bump libtelio-build tag --- .github/workflows/gitlab.yml | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index 49cf5def2..ae5eb44cb 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -22,4 +22,4 @@ jobs: with: schedule: ${{ github.event_name == 'schedule' }} cancel-outdated-pipelines: ${{ github.ref_name != 'main' }} - triggered-ref: v2.7.4 # REMEMBER to also update in .gitlab-ci.yml + triggered-ref: v2.8.0 # REMEMBER to also update in .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2c006ca5..245632fa5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,4 +15,4 @@ libtelio-build-pipeline: trigger: project: $LIBTELIO_BUILD_PROJECT_PATH - branch: v2.7.4 # REMEMBER to also update in .github/workflows/gitlab.yml + branch: v2.8.0 # REMEMBER to also update in .github/workflows/gitlab.yml