Compare commits
	
		
			18 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 2ea0f87916 | |||
| 9722510ef6 | |||
| 9b519984f4 | |||
| 82f195382f | |||
| acb6cccdf7 | |||
| f87ff35e2c | |||
| c85ed65d33 | |||
| cdddc4d929 | |||
| d153951ed2 | |||
| de56c9c18c | |||
| 198e15a330 | |||
| e35bdf3b24 | |||
| dadd36e93a | |||
| 39380227ab | |||
| c76c376256 | |||
| a8751e02f4 | |||
| ee93fe238a | |||
| 0540225a0f | 
							
								
								
									
										21
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								.drone.yml
									
									
									
									
									
								
							@@ -56,7 +56,7 @@ steps:
 | 
				
			|||||||
      - yarn release:patch
 | 
					      - yarn release:patch
 | 
				
			||||||
      - git pull
 | 
					      - git pull
 | 
				
			||||||
  - name: push to repo
 | 
					  - name: push to repo
 | 
				
			||||||
    image: appleboy/drone-git-push
 | 
					    image: registry.odit.services/hub/appleboy/drone-git-push
 | 
				
			||||||
    depends_on: [bump_patch]
 | 
					    depends_on: [bump_patch]
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      commit: false
 | 
					      commit: false
 | 
				
			||||||
@@ -162,7 +162,7 @@ steps:
 | 
				
			|||||||
      - "yarn release:prepatch"
 | 
					      - "yarn release:prepatch"
 | 
				
			||||||
      - git pull
 | 
					      - git pull
 | 
				
			||||||
  - name: push to repo
 | 
					  - name: push to repo
 | 
				
			||||||
    image: appleboy/drone-git-push
 | 
					    image: registry.odit.services/hub/appleboy/drone-git-push
 | 
				
			||||||
    depends_on: [bump_prepatch]
 | 
					    depends_on: [bump_prepatch]
 | 
				
			||||||
    settings:
 | 
					    settings:
 | 
				
			||||||
      commit: false
 | 
					      commit: false
 | 
				
			||||||
@@ -195,20 +195,3 @@ trigger:
 | 
				
			|||||||
  cron:
 | 
					  cron:
 | 
				
			||||||
    include:
 | 
					    include:
 | 
				
			||||||
      - weekly
 | 
					      - weekly
 | 
				
			||||||
# ---
 | 
					 | 
				
			||||||
# kind: pipeline
 | 
					 | 
				
			||||||
# type: kubernetes
 | 
					 | 
				
			||||||
# name: build:pr
 | 
					 | 
				
			||||||
# steps:
 | 
					 | 
				
			||||||
#   - name: docker release
 | 
					 | 
				
			||||||
#     image: plugins/docker
 | 
					 | 
				
			||||||
#     user: 0
 | 
					 | 
				
			||||||
#     depends_on: [clone]
 | 
					 | 
				
			||||||
#     settings:
 | 
					 | 
				
			||||||
#       dry_run: true
 | 
					 | 
				
			||||||
#       tags:
 | 
					 | 
				
			||||||
#         - "PR-${DRONE_STAGE_STARTED}"
 | 
					 | 
				
			||||||
#       mtu: 1000
 | 
					 | 
				
			||||||
# trigger:
 | 
					 | 
				
			||||||
#   event:
 | 
					 | 
				
			||||||
#     - pull_request
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "nginx-brotli",
 | 
					  "name": "nginx-brotli",
 | 
				
			||||||
  "version": "3.15.396",
 | 
					  "version": "3.15.413",
 | 
				
			||||||
  "description": "NGINX Base Image feat. brotli",
 | 
					  "description": "NGINX Base Image feat. brotli",
 | 
				
			||||||
  "repository": {
 | 
					  "repository": {
 | 
				
			||||||
    "type": "git",
 | 
					    "type": "git",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user