commit
9c0000e3ca
3
.github/workflows/build-navigation-frps.yml
vendored
3
.github/workflows/build-navigation-frps.yml
vendored
@ -41,5 +41,4 @@ jobs:
|
|||||||
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.DOCKER_USERNAME }}/frps:latest
|
${{ secrets.DOCKERHUB_USERNAME }}/frps:${{ env.TAG_NAME }}
|
||||||
${{ secrets.DOCKER_USERNAME }}/frps:${{ env.TAG_NAME }}
|
|
||||||
|
@ -7,7 +7,7 @@ COPY ./web/frps/package.json .
|
|||||||
RUN npm install --no-audit --progress=false --prefer-offline
|
RUN npm install --no-audit --progress=false --prefer-offline
|
||||||
|
|
||||||
COPY ./web/frps/ .
|
COPY ./web/frps/ .
|
||||||
RUN npm install && npm build
|
RUN npm install && npm run build
|
||||||
|
|
||||||
# step 2: build frps
|
# step 2: build frps
|
||||||
FROM golang:1.20 AS building
|
FROM golang:1.20 AS building
|
||||||
|
Loading…
Reference in New Issue
Block a user