💚 fix docker build

This commit is contained in:
微凉 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:
push:
@ -7,7 +7,7 @@ on:
branches: [ v2 ]
jobs:
docker_build:
build_docker:
name: Docker
runs-on: ubuntu-latest
steps:

View File

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

View File

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