update github action
This commit is contained in:
4
.github/workflows/buildx.yaml
vendored
4
.github/workflows/buildx.yaml
vendored
@ -70,5 +70,5 @@ jobs:
|
|||||||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.prepare.outputs.tags }}
|
tags: ${{ steps.prepare.outputs.tags }}
|
||||||
cache-from: type=gha
|
cache-from: registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache
|
||||||
cache-to: type=gha,mode=max
|
cache-to: registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache,mode=max
|
||||||
|
@ -12,7 +12,7 @@ ADD . /src
|
|||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
RUN cd cmd/gost && go env && go build -v
|
RUN cd cmd/gost && go env && go build
|
||||||
|
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user