Skip to content

Commit 7f75f5e

Browse files
authored
[build] Fix GH build for self-hosted #patch (#432)
1 parent ef99665 commit 7f75f5e

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/clearfog-ubuntu-iso.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
run: git fetch --tags
2727
- name: Get version from git
2828
run: echo "RELEASE_VERSION_TAG=$(git tag --contains $(git rev-parse HEAD) | grep -v clearfog)" >> $GITHUB_ENV
29+
-
30+
name: Authenticate to ghcr
31+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
2932
- name: Set up Qemu emulation
3033
run: ./installer/qemu-setup-linux.sh
3134
- name: Download the image

.github/workflows/pi-ubuntu-iso.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: git fetch --tags
2828
- name: Get version from git
2929
run: echo "RELEASE_VERSION_TAG=$(git tag --contains $(git rev-parse HEAD) | grep -v clearfog)" >> $GITHUB_ENV
30+
- name: Authenticate to ghcr
31+
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
3032
- name: Set up Qemu emulation
3133
run: ./installer/qemu-setup-linux.sh
3234
- name: Set up Upstream DOcker

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Secure Programmable Router (SPR) Release Notes
2+
## v1.0.17
3+
**Fixes**
4+
- Fix builds for multi node, self-hosted
25

36
## v1.0.16
47
**Improvements**

0 commit comments

Comments
 (0)