We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f376ed7 commit 7e4119eCopy full SHA for 7e4119e
.github/workflows/merge-master.yaml .github/workflows/merge-main.yaml.github/workflows/merge-master.yaml renamed to .github/workflows/merge-main.yaml
@@ -3,7 +3,7 @@ name: Build
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
paths-ignore:
8
- '**.md'
9
- '.github/**'
Dockerfile
@@ -1,7 +1,6 @@
1
FROM alpine:3.15.0
2
-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
0 commit comments