alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix typo in GHA
author
Jean-Hadrien Chabran
date
3 years ago
(May 24, 2023, 3:00 PM +0200)
commit
8c4dead1
8c4dead195ae771009c5accf2fb5d8740f4031ef
parent
a1afc5d0
a1afc5d070ac0d1814ebe1427855a6b02e5ec47e
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
ci.yml
+2
-2
.github/workflows/ci.yml
Reviewed
···
137
137
tags: sourcegraph/zoekt-webserver:${{ steps.version.outputs.value }}, ${{ steps.meta-webserver.outputs.tags }}, sourcegraph/zoekt-webserver:latest
138
138
file: Dockerfile.webserver
139
139
cache-from: sourcegraph/zoekt-webserver:latest
140
140
-
push : "${{ github.branch == 'main' }}"
140
140
+
push: "${{ github.branch == 'main' }}"
141
141
142
142
- name: build-push-indexserver
143
143
uses: docker/build-push-action@v4
···
146
146
tags: sourcegraph/zoekt-indexserver:${{ steps.version.outputs.value }}, ${{ steps.meta-indexserver.outputs.tags }}, sourcegraph/zoekt-indexserver:latest
147
147
file: Dockerfile.indexserver
148
148
cache-from: sourcegraph/zoekt-indexserver:latest
149
149
-
push : "${{ github.branch == 'main' }}"
149
149
+
push: "${{ github.branch == 'main' }}"