Compare commits

..

No commits in common. "9ced717d69495371b557b31e12ed42475d76f72f" and "e81b36c5ba3ee0b4b88ed8832f4a302ed3289bda" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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