From e0ab02205bb4ef8510a160a769abfcbe7a08980c 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.105 branch Switch GH publish workflow to the v6.1.105 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 4177eb00228e7..ba0192b116c6d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,9 +6,9 @@ on: types: [ submitted ] push: branches: - - "eve-kernel-amd64-v6.1.38-rt" + - "eve-kernel-amd64-v6.1.105-rt" env: - branch_name: "refs/heads/eve-kernel-amd64-v6.1.38-rt" + branch_name: "refs/heads/eve-kernel-amd64-v6.1.105-rt" 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-amd64-v6.1.38-rt if PR approved or pushed + + - name: Push eve-kernel-amd64-v6.1.105-rt if PR approved or pushed if: ${{ github.ref == env.branch_name }} run: | make -f Makefile.eve BRANCH?=${GITHUB_REF##*/} push-gcc