mirror of https://github.com/go-gost/gost.git
update github action
parent
963463f596
commit
fc472a83fd
|
|
@ -70,5 +70,5 @@ jobs:
|
|||
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
|
||||
push: true
|
||||
tags: ${{ steps.prepare.outputs.tags }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
cache-from: registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache
|
||||
cache-to: registry,ref=${{ steps.prepare.outputs.docker_image }}:buildcache,mode=max
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ ADD . /src
|
|||
|
||||
WORKDIR /src
|
||||
|
||||
RUN cd cmd/gost && go env && go build -v
|
||||
RUN cd cmd/gost && go env && go build
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue