perf performance docker build

This commit is contained in:
linwenxiang
2021-12-07 23:37:33 +08:00
parent 0cc27355f7
commit 3ac1878c3c
+2 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Build
run: |
ref=${{ github.ref }}
go mod vendor
CGO_ENABLED=0 GOOS=linux go build -ldflags="-w -s" -a -installsuffix cgo -o go-admin .
- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
@@ -54,6 +54,7 @@ jobs:
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: .
file: scripts/Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}