From 8bc18cdaa109152c14fd1a77f92243639ea4368c Mon Sep 17 00:00:00 2001 From: Roman Penyaev Date: Wed, 28 Aug 2024 09:31:47 +0200 Subject: [PATCH] .github/workflows/publish.yml: switch to the v6.1.106 branch Switch GH publish workflow to the v6.1.106 Signed-off-by: Roman Penyaev --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8873eeb01f4d..3b25b41359ef4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,9 +6,9 @@ on: types: [ submitted ] push: branches: - - "eve-kernel-riscv64-v6.1.38-generic" + - "eve-kernel-riscv64-v6.1.106-generic" env: - branch_name: "refs/heads/eve-kernel-riscv64-v6.1.38-generic" + branch_name: "refs/heads/eve-kernel-riscv64-v6.1.106-generic" concurrency: group: ${{ github.workflow }}-${{ github.ref }} @@ -34,8 +34,8 @@ jobs: with: username: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }} password: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }} - - - name: Push eve-kernel-riscv64-v6.1.38-generic if PR approved or pushed + + - name: Push eve-kernel-riscv64-v6.1.106-generic if PR approved or pushed if: ${{ github.ref == env.branch_name }} run: | make -f Makefile.eve BRANCH?=${GITHUB_REF##*/} push-gcc