Merge pull request #5 from synebula/dev

fix git workflow
This commit is contained in:
synebula 2023-04-26 21:06:15 +08:00 committed by GitHub
commit fc0ac294ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,5 +1,5 @@
# step 1: build web # step 1: build web
FROM node:10-alpine as web-build FROM node:19-alpine as web-build
WORKDIR /build WORKDIR /build