Skip to content

Commit 7cac11a

Browse files
committed
add lets'encrypt support(beta), add inegration test, fix bugs about https, release 2.2.0
1 parent 39cfb35 commit 7cac11a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2291
-380
lines changed

.github/workflows/spa-server-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: spa-server-docker test release
1+
name: spa-server-docker test
22

33
on:
44
workflow_dispatch:
55
inputs:
66
version:
7-
required: true
7+
default: test
88
description: "version to release"
99
env:
1010
REGISTRY: ghcr.io
@@ -28,8 +28,8 @@ jobs:
2828
uses: docker/build-push-action@v2
2929
with:
3030
context: .
31-
#platforms: linux/amd64,linux/arm64
31+
platforms: linux/amd64,linux/arm64
3232
push: true
3333
cache-from: type=gha
3434
cache-to: type=gha,mode=max
35-
tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}
35+
tags: "${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}"

0 commit comments

Comments
 (0)