We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cc01d commit d714f0aCopy full SHA for d714f0a
.ci/publish.yml
@@ -1,5 +1,7 @@
1
trigger:
2
- - master
+ tags:
3
+ include:
4
+ - v*
5
6
pr: none
7
@@ -18,5 +20,5 @@ stages:
18
20
containerRegistry: "github-nginx-cache docker"
19
21
repository: "azuredevx/github-nginx-cache"
22
tags: |
- $(Build.BuildNumber)
23
+ $(Build.SourceBranchName)
24
latest
README.md
@@ -8,7 +8,7 @@ Here is an example how rate-limiting is mitigated for unauthenticated requests a
8
9
### Quick Start
10
11
- docker run -d -p 8000:80 azure-devex/github-nginx-cache
+ docker run -d -p 8000:80 azuredevex/github-nginx-cache
12
curl localhost:8000/api/repos/azure/github-nginx-cache
13
14
The github domains are mapped as follows:
0 commit comments