File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
run : git fetch --tags
27
27
- name : Get version from git
28
28
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
29
32
- name : Set up Qemu emulation
30
33
run : ./installer/qemu-setup-linux.sh
31
34
- name : Download the image
Original file line number Diff line number Diff line change 27
27
run : git fetch --tags
28
28
- name : Get version from git
29
29
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
30
32
- name : Set up Qemu emulation
31
33
run : ./installer/qemu-setup-linux.sh
32
34
- name : Set up Upstream DOcker
Original file line number Diff line number Diff line change 1
1
# Secure Programmable Router (SPR) Release Notes
2
+ ## v1.0.17
3
+ ** Fixes**
4
+ - Fix builds for multi node, self-hosted
2
5
3
6
## v1.0.16
4
7
** Improvements**
You can’t perform that action at this time.
0 commit comments