Skip to content

Commit 2fa37a9

Browse files
authored
feat: publish versioned image tags to dockerhub (sourcegraph#52)
1 parent fb86254 commit 2fa37a9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/scip-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ jobs:
3131
with:
3232
file: Dockerfile.autoindex
3333
push: true
34-
tags: sourcegraph/scip-python:autoindex
34+
tags: |
35+
sourcegraph/scip-python:autoindex
36+
sourcegraph/scip-python:latest
37+
sourcegraph/scip-python:${{ github.ref_name }}

0 commit comments

Comments
 (0)