Compare commits

..

3 Commits

Author SHA1 Message Date
bd3714c708
Add tag badge 2024-12-26 17:30:07 -05:00
ef1322d91c
Fix image syntax
All checks were successful
Build Postgresql Image / build-and-push (push) Successful in 8s
2024-12-26 17:24:53 -05:00
aa00b4158e
Update README with tag 2024-12-26 17:23:01 -05:00
2 changed files with 2 additions and 41 deletions

View File

@ -1,40 +0,0 @@
kind: pipeline
type: docker
name: build-container
steps:
- name: build-and-push
image: plugins/docker
settings:
repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql
registry: git.clortox.com
username:
from_secret: gitea_docker_username
password:
from_secret: gitea_docker_password
tags:
- latest
- ${DRONE_TAG}
when:
event:
- tag
- name: notify
image: clortox/drone-ntfy
settings:
URL: https://ntfy.clortox.com
USERNAME: drone
PASSWORD:
from_secret: ntfy_password
TOPIC: drone-builds
MESSAGE: Postgresql ${DRONE_TAG} has compiled!
CLICK: https://drone.clortox.com/Infrastructure/Gluttony-Cluster-Postgresql
TITLE: Postgresql
when:
event:
- tag
trigger:
event:
- tag

View File

@ -1,6 +1,7 @@
# Gluttony-Cluster-Postgresql # Gluttony-Cluster-Postgresql
[![Build Status](https://drone.clortox.com/api/badges/Infrastructure/Gluttony-Cluster-Postgresql/status.svg)](https://drone.clortox.com/Infrastructure/Gluttony-Cluster-Postgresql) ![Gitea Release](https://img.shields.io/gitea/v/release/Infrastructure/Gluttony-Cluster-Postgresql?gitea_url=https%3A%2F%2Fgit.clortox.com)
![Build Status](https://git.clortox.com/Infrastructure/Gluttony-Cluster-Postgresql/actions/workflows/on-tag/badge.svg?branch=master)
A custom image of [Postgresql](https://www.postgresql.org) for use in my [Kubernetes Cluster](https://git.clortox.com/Infrastructure/Gluttony-Cluster). A custom image of [Postgresql](https://www.postgresql.org) for use in my [Kubernetes Cluster](https://git.clortox.com/Infrastructure/Gluttony-Cluster).