Compare commits

...

2 Commits

Author SHA1 Message Date
8eea124257 Merge remote-tracking branch 'origin/master'
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 17:34:20 +08:00
4879dbd7a0 🔥 2022-06-17 17:34:11 +08:00
2 changed files with 1 additions and 4 deletions

View File

@ -25,5 +25,3 @@ steps:
when: when:
status: status:
- "success" - "success"
- echo hello
- echo world

View File

@ -1,4 +1,4 @@
FROM golang:1.18 as builder FROM golang:alpine as builder
ENV GO111MODULE=on \ ENV GO111MODULE=on \
GOPROXY=https://goproxy.cn,direct GOPROXY=https://goproxy.cn,direct
@ -12,7 +12,6 @@ COPY . .
RUN GOOS=linux GOARCH=amd64 go build . RUN GOOS=linux GOARCH=amd64 go build .
FROM alpine FROM alpine
WORKDIR /app WORKDIR /app