From c8d57c0f6fc081e23aab1dac5384c3de5d639c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 21 Sep 2023 11:07:07 +0200 Subject: [PATCH 1/2] Fix: Publish CI/CD script --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a87f1e574f..4ee204d9d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 submodules: recursive - ref: master + ref: 1.4.x - name: Login to Docker Hub uses: docker/login-action@v2 From 66f06cb7798e5f6810a7cb5da35c59b09a65705f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 21 Sep 2023 11:10:03 +0200 Subject: [PATCH 2/2] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ee204d9d4..385016db91 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 2 submodules: recursive - ref: 1.4.x + ref: cl-1.4.x - name: Login to Docker Hub uses: docker/login-action@v2