mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 14:29:42 +08:00
修改 docker 编译
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
# cache-dependency-path: 'server/go.sum'
|
||||
# - name: Build web
|
||||
# working-directory: web
|
||||
# run: |
|
||||
# yarn install
|
||||
# run: |
|
||||
# yarn install
|
||||
# yarn run build
|
||||
|
||||
- name: Set up QEMU
|
||||
@@ -62,7 +62,9 @@ jobs:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: false
|
||||
push: true
|
||||
#cache-from: type=gha,mode=max
|
||||
#cache-to: type=gha,mode=max
|
||||
context: .
|
||||
file: ./docker/Dockerfile
|
||||
#platforms: linux/amd64,linux/arm64
|
||||
|
Reference in New Issue
Block a user