Skip to content

Commit

Permalink
.github/workflows/publish.yml: switch to the v6.1.105 branch
Browse files Browse the repository at this point in the history
Switch GH publish workflow to the v6.1.105

Signed-off-by: Roman Penyaev <[email protected]>
  • Loading branch information
rouming committed Aug 28, 2024
1 parent e70e89f commit e0ab022
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit e0ab022

Please sign in to comment.