File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ spec:
123123 - name : source
124124 steps :
125125 - name : markdown-lint
126- image : quay.io/eclipse/che-docs
126+ image : jdkato/vale:v2.24.0
127127 workingDir : $(workspaces.source.path)
128128 script : |
129129 vale docs/content --minAlertLevel=error --output=line
@@ -185,7 +185,7 @@ spec:
185185
186186 - name : lint
187187 # golangci-lint has not tagged their image for 1.40.0 yet so using latest for now until we can pin it
188- image : mirror.gcr.io/ golangci/golangci-lint:latest
188+ image : golangci/golangci-lint:v1.51.0-alpine
189189 workingDir : $(workspaces.source.path)
190190 env :
191191 - name : GOCACHE
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ spec:
145145 - key : app.ini
146146 path : app.ini
147147 containers :
148- - image : quay.io/gpte-devops-automation/gitea
148+ - image : quay.io/gpte-devops-automation/gitea:1.17
149149 imagePullPolicy : IfNotPresent
150150 name : gitea
151151 env :
You can’t perform that action at this time.
0 commit comments