Skip to content

Commit fe63edc

Browse files
authored
Merge pull request #2 from Cosr-Backup/dev
Dev
2 parents 3df06fb + 8f44e3e commit fe63edc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: "1"
22
rules:
3-
- base: main
3+
- base: origin
44
upstream: krau:main # change `wei` to the owner of upstream repo
55
mergeMethod: merge

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1313
CGO_ENABLED=0 \
1414
go build -trimpath \
1515
-ldflags "-s -w \
16-
-X github.com/krau/SaveAny-Bot/common.Version=${VERSION} \
17-
-X github.com/krau/SaveAny-Bot/common.GitCommit=${GitCommit} \
18-
-X github.com/krau/SaveAny-Bot/common.BuildTime=${BuildTime}" \
16+
-X github.com/krau/Cosr-Backup/common.Version=${VERSION} \
17+
-X github.com/krau/Cosr-Backup/common.GitCommit=${GitCommit} \
18+
-X github.com/krau/Cosr-Backup/common.BuildTime=${BuildTime}" \
1919
-o saveany-bot .
2020

2121
FROM alpine:latest

0 commit comments

Comments
 (0)