change workflow file
This commit is contained in:
parent
b3b1cf1c6c
commit
80ae277fb1
2
.github/workflows/build-navigation-frps.yml
vendored
2
.github/workflows/build-navigation-frps.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dockerfiles/Dockerfile-for-frps-web-build
|
file: ./dockerfiles/Dockerfile-for-frps-web-build
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
platforms: linux/amd64 #,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
${{ secrets.DOCKERHUB_USERNAME }}/frps:${{ env.TAG_NAME }}
|
${{ secrets.DOCKERHUB_USERNAME }}/frps:${{ env.TAG_NAME }}
|
||||||
|
Loading…
Reference in New Issue
Block a user