Skip to content

Commit

Permalink
add lets'encrypt support(beta), add inegration test, fix bugs about h…
Browse files Browse the repository at this point in the history
…ttps, release 2.2.0
  • Loading branch information
timzaak committed Jun 17, 2024
1 parent 39cfb35 commit 7cac11a
Show file tree
Hide file tree
Showing 62 changed files with 2,291 additions and 380 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spa-server-docker.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: spa-server-docker test release
name: spa-server-docker test

on:
workflow_dispatch:
inputs:
version:
required: true
default: test
description: "version to release"
env:
REGISTRY: ghcr.io
Expand All @@ -28,8 +28,8 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
#platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: ${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}
tags: "${{ env.REGISTRY }}/fornetcode/spa-server:${{github.event.inputs.version}}"
Loading

0 comments on commit 7cac11a

Please sign in to comment.