Compare commits

...

3 Commits

Author SHA1 Message Date
wuai1024
b464209b7b
Merge 01f994625dd974653fc74970f56152a3c5e310ce into 8593eff752117aaa3775db498eb0e553a251c4f6 2024-11-20 16:25:28 +09:00
fatedier
8593eff752
update sponsor info (#4545) 2024-11-20 15:14:51 +08:00
杨康
01f994625d Add the latest version of the image. 2024-11-06 16:44:40 +08:00
5 changed files with 16 additions and 14 deletions

View File

@ -53,12 +53,10 @@ jobs:
# prepare image tags
- name: Prepare Image Tags
run: |
echo "DOCKERFILE_FRPC_PATH=dockerfiles/Dockerfile-for-frpc" >> $GITHUB_ENV
echo "DOCKERFILE_FRPS_PATH=dockerfiles/Dockerfile-for-frps" >> $GITHUB_ENV
echo "TAG_FRPC=fatedier/frpc:${{ env.TAG_NAME }}" >> $GITHUB_ENV
echo "TAG_FRPS=fatedier/frps:${{ env.TAG_NAME }}" >> $GITHUB_ENV
echo "TAG_FRPC_GPR=ghcr.io/fatedier/frpc:${{ env.TAG_NAME }}" >> $GITHUB_ENV
echo "TAG_FRPS_GPR=ghcr.io/fatedier/frps:${{ env.TAG_NAME }}" >> $GITHUB_ENV
echo "TAG_FRPC=${{ github.repository_owner }}/frpc" >> $GITHUB_ENV
echo "TAG_FRPS=${{ github.repository_owner }}/frps" >> $GITHUB_ENV
echo "TAG_FRPC_GPR=ghcr.io/${{ github.repository_owner }}/frpc" >> $GITHUB_ENV
echo "TAG_FRPS_GPR=ghcr.io/${{ github.repository_owner }}/frps" >> $GITHUB_ENV
- name: Build and push frpc
uses: docker/build-push-action@v5
@ -68,8 +66,10 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: |
${{ env.TAG_FRPC }}
${{ env.TAG_FRPC_GPR }}
${{ env.TAG_FRPC }}:${{ env.TAG_NAME }}
${{ env.TAG_FRPC }}:latest
${{ env.TAG_FRPC_GPR }}:${{ env.TAG_NAME }}
${{ env.TAG_FRPC_GPR }}:latest
- name: Build and push frps
uses: docker/build-push-action@v5
@ -79,5 +79,7 @@ jobs:
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
push: true
tags: |
${{ env.TAG_FRPS }}
${{ env.TAG_FRPS_GPR }}
${{ env.TAG_FRPS }}:${{ env.TAG_NAME }}
${{ env.TAG_FRPS }}:latest
${{ env.TAG_FRPS_GPR }}:${{ env.TAG_NAME }}
${{ env.TAG_FRPS_GPR }}:latest

View File

@ -29,8 +29,8 @@ frp is an open source project with its ongoing development made possible entirel
</a>
</p>
<p align="center">
<a href="https://github.com/beclab/terminus" target="_blank">
<img width="420px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_terminusos.jpeg">
<a href="https://github.com/beclab/Olares" target="_blank">
<img width="420px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_olares.jpeg">
</a>
</p>
<!--gold sponsors end-->

View File

@ -31,8 +31,8 @@ frp 是一个完全开源的项目,我们的开发工作完全依靠赞助者
</a>
</p>
<p align="center">
<a href="https://github.com/beclab/terminus" target="_blank">
<img width="420px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_terminusos.jpeg">
<a href="https://github.com/beclab/Olares" target="_blank">
<img width="420px" src="https://raw.githubusercontent.com/fatedier/frp/dev/doc/pic/sponsor_olares.jpeg">
</a>
</p>
<!--gold sponsors end-->

BIN
doc/pic/sponsor_olares.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB