Compare commits

...

10 Commits

Author SHA1 Message Date
90924d7bb3 🚀RELEASE 3.15.8 [CI SKIP] 2022-05-09 00:09:22 +00:00
584f7aa710 🚀RELEASE 3.15.7 [CI SKIP] 2022-05-07 17:56:12 +00:00
6d9eb25330 Merge branch 'main' of git.odit.services:odit/nginx-brotli
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-07 19:55:33 +02:00
940d25b0c2 Typo [CI SKIP] 2022-05-07 19:55:25 +02:00
3ce730d822 🚀RELEASE 3.15.6 [CI SKIP] 2022-05-07 00:09:29 +00:00
7164c54074 🚀RELEASE 3.15.5 [CI SKIP] 2022-05-06 00:09:16 +00:00
3835b00832 🚀RELEASE 3.15.4 [CI SKIP] 2022-05-05 00:09:09 +00:00
b49a13670c 🚀RELEASE 3.15.3 [CI SKIP] 2022-05-04 20:55:06 +00:00
d1e7eb751a Merge branch 'main' of git.odit.services:odit/nginx-brotli
All checks were successful
continuous-integration/drone/push Build is passing
2022-05-04 22:54:35 +02:00
f1cdf753ab Yeah, a cosign fix 2022-05-04 22:54:30 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -104,11 +104,11 @@ steps:
registry: registry.odit.services
mtu: 1000
- name: sign_image
depends_on: [build_tag]
image: registry.odit.services/hub/library/alpine:edge
depends_on: [build_tag]
commands:
- apk add cosign docker
- echo $COSIGN_KEY > cosign.key
- echo $COSIGN_KEY | sed 's/<br>/\n/g' > cosign.key
- echo $DOCKER_PASSWORD | docker login registry.odit.services -u $DOCKER_USERNAME --password-stdin
- "cosign sign --key cosign.key registry.odit.services/library/nginx-brotli:${DRONE_TAG}"
environment:
@@ -167,7 +167,7 @@ steps:
- git pull
- name: push to repo
image: appleboy/drone-git-push
depends_on: [bump_patch]
depends_on: [bump_prepatch]
settings:
commit: false
author_email: bot@odit.services

View File

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