File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,9 @@ WORKDIR /workspace
55# Copy the Go Modules manifests
66COPY go.mod go.mod
77COPY go.sum go.sum
8+ COPY vendor vendor
89# cache deps before building and copying source so that we don't need to re-download as much
910# and so that source changes don't invalidate our downloaded layer
10- RUN go mod download
11-
1211# Copy the go source
1312COPY main.go main.go
1413COPY apis/ apis/
Original file line number Diff line number Diff line change 6969 squashMergeCommitMessage : " COMMIT_MESSAGES"
7070 mergeCommitTitle : " PR_TITLE"
7171 mergeCommitMessage : " PR_BODY"
72+ repositoryCollaborators :
73+ adminPermission :
74+ - Hunter-Thompson1
75+ pushPermission :
76+ - Hunter-Thompson2
77+ pullPermission :
78+ - Hunter-Thompson3
7279` ` `
7380
7481## License
Original file line number Diff line number Diff line change 3838 - /manager
3939 args :
4040 - --leader-elect
41- image : hunterthompson/github-operator:v1.0.2
41+ image : hunterthompson/github-operator:v1.1.0
4242 name : manager
4343 envFrom :
4444 - secretRef :
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ spec:
456456 envFrom :
457457 - secretRef :
458458 name : github-operator-secret
459- image : hunterthompson/github-operator:v1.0.2
459+ image : hunterthompson/github-operator:v1.1.0
460460 livenessProbe :
461461 httpGet :
462462 path : /healthz
You can’t perform that action at this time.
0 commit comments