Skip to content

Commit 7e4119e

Browse files
committed
use main
1 parent f376ed7 commit 7e4119e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
paths-ignore:
88
- '**.md'
99
- '.github/**'

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM alpine:3.15.0
22

3-
RUN apk update && \
4-
apk --no-cache add curl jq coreutils
3+
RUN apk update && apk --no-cache add curl jq coreutils
54

65
COPY entrypoint.sh /entrypoint.sh
76

0 commit comments

Comments
 (0)