Skip to content

Commit

Permalink
💚 fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 20, 2022
1 parent 4144afc commit 4bcc635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: build_docker

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ v2 ]

jobs:
docker_build:
build_docker:
name: Docker
runs-on: ubuntu-latest
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: release_docker

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4bcc635

Please sign in to comment.