1
0
mirror of https://github.com/fatedier/frp.git synced 2025-08-01 11:39:03 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
fatedier
65f74199de support responseHeaders.set for proxy type http 2024-04-29 15:49:47 +08:00
2 changed files with 3 additions and 3 deletions
.github/workflows
pkg/util/version

@@ -2,7 +2,7 @@ name: Build Image and Publish to Dockerhub & GPR
on:
release:
types: [ published ]
types: [ created ]
workflow_dispatch:
inputs:
tag:
@@ -61,7 +61,7 @@ jobs:
echo "TAG_FRPS_GPR=ghcr.io/fatedier/frps:${{ env.TAG_NAME }}" >> $GITHUB_ENV
- name: Build and push frpc
uses: docker/build-push-action@v5
uses: docker/build-push-action@v4
with:
context: .
file: ./dockerfiles/Dockerfile-for-frpc

@@ -14,7 +14,7 @@
package version
var version = "0.58.0"
var version = "0.57.0"
func Full() string {
return version