Skip to content

Commit d714f0a

Browse files
authored
Fix readme and change release trigger (#2)
1 parent 67cc01d commit d714f0a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.ci/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
trigger:
2-
- master
2+
tags:
3+
include:
4+
- v*
35

46
pr: none
57

@@ -18,5 +20,5 @@ stages:
1820
containerRegistry: "github-nginx-cache docker"
1921
repository: "azuredevx/github-nginx-cache"
2022
tags: |
21-
$(Build.BuildNumber)
23+
$(Build.SourceBranchName)
2224
latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here is an example how rate-limiting is mitigated for unauthenticated requests a
88

99
### Quick Start
1010

11-
docker run -d -p 8000:80 azure-devex/github-nginx-cache
11+
docker run -d -p 8000:80 azuredevex/github-nginx-cache
1212
curl localhost:8000/api/repos/azure/github-nginx-cache
1313

1414
The github domains are mapped as follows:

0 commit comments

Comments
 (0)