Compare commits

..

5 Commits

Author SHA1 Message Date
f671ed4fc8 🚀RELEASE 3.15.414 [CI SKIP] 2023-07-13 06:48:49 +00:00
87418b26e3 Added missing registry
All checks were successful
continuous-integration/drone/push Build is passing
2023-07-13 06:48:23 +00:00
2ea0f87916 🚀RELEASE 3.15.413 [CI SKIP] 2023-07-13 06:46:24 +00:00
9722510ef6 Swiched git plugin to registry cache
Some checks failed
continuous-integration/drone/push Build is failing
2023-07-13 06:46:05 +00:00
9b519984f4 🚀RELEASE 3.15.412 [CI SKIP] 2023-07-07 00:05:48 +00:00
2 changed files with 5 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ steps:
- yarn release:patch
- git pull
- name: push to repo
image: appleboy/drone-git-push
image: registry.odit.services/hub/appleboy/drone-git-push
depends_on: [bump_patch]
settings:
commit: false
@@ -76,6 +76,7 @@ steps:
password:
from_secret: docker_password
repo: library/nginx-brotli
registry: registry.odit.services
tags:
- latest
cache: true
@@ -162,7 +163,7 @@ steps:
- "yarn release:prepatch"
- git pull
- name: push to repo
image: appleboy/drone-git-push
image: registry.odit.services/hub/appleboy/drone-git-push
depends_on: [bump_prepatch]
settings:
commit: false
@@ -194,21 +195,4 @@ trigger:
- cron
cron:
include:
- 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
- weekly

View File

@@ -1,6 +1,6 @@
{
"name": "nginx-brotli",
"version": "3.15.411",
"version": "3.15.414",
"description": "NGINX Base Image feat. brotli",
"repository": {
"type": "git",