add node to bar image

This commit is contained in:
2026-02-01 17:06:47 +01:00
parent 49ab07cd6f
commit f4a1dca281
2 changed files with 5 additions and 25 deletions

View File

@@ -14,8 +14,11 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v4
run: |
git init
git remote add origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@git.rivercry.com/${{ github.repository }}.git
git fetch --depth 1 origin ${{ github.sha }}
git checkout FETCH_HEAD
- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release