💚 fix docker build

pull/548/head v2.0.7
微凉 2022-01-20 20:52:14 +08:00
parent 4144afcc92
commit 4bcc6359e3
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: build name: build_docker
on: on:
push: push:
@ -7,7 +7,7 @@ on:
branches: [ v2 ] branches: [ v2 ]
jobs: jobs:
docker_build: build_docker:
name: Docker name: Docker
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@ -1,4 +1,4 @@
name: release name: release_docker
on: on:
push: push:

View File

@ -3,7 +3,7 @@ LABEL stage=go-builder
WORKDIR /app/ WORKDIR /app/
COPY ./ ./ COPY ./ ./
RUN apk add --no-cache bash git go gcc musl-dev; \ RUN apk add --no-cache bash git go gcc musl-dev; \
sh build.sh docker bash build.sh docker
FROM alpine:edge FROM alpine:edge
LABEL MAINTAINER="i@nn.ci" LABEL MAINTAINER="i@nn.ci"