Skip to content

Commit

Permalink
use main
Browse files Browse the repository at this point in the history
  • Loading branch information
svmt committed Nov 1, 2022
1 parent f376ed7 commit 7e4119e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
paths-ignore:
- '**.md'
- '.github/**'
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM alpine:3.15.0

RUN apk update && \
apk --no-cache add curl jq coreutils
RUN apk update && apk --no-cache add curl jq coreutils

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 7e4119e

Please sign in to comment.