Skip to content

Commit 7fc4273

Browse files
authored
change job linked in status badge (#15)
1 parent eabc0c6 commit 7fc4273

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Container-related variables
22
NAME := patternizer
3-
TAG := local
3+
TAG := latest
44
CONTAINER ?= $(NAME):$(TAG)
55
REGISTRY ?= localhost
66
UPLOADREGISTRY ?= quay.io/validatedpatterns

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square)
44
[![Quay Repository](https://img.shields.io/badge/Quay.io-patternizer-blue?logo=quay)](https://quay.io/repository/validatedpatterns/patternizer)
5-
[![CI Pipeline](https://github.com/validatedpatterns/patternizer/actions/workflows/lint-test.yaml/badge.svg?branch=main)](https://github.com/validatedpatterns/patternizer/actions/workflows/lint-test.yaml)
5+
[![CI Pipeline](https://github.com/validatedpatterns/patternizer/actions/workflows/build-push.yaml/badge.svg?branch=main)](https://github.com/validatedpatterns/patternizer/actions/workflows/build-push.yaml)
66

77
**Patternizer** is a command-line tool that bootstraps a Git repository containing Helm charts into a ready-to-use Validated Pattern. It automatically generates the necessary scaffolding, configuration files, and utility scripts, so you can get your pattern up and running in minutes.
88

0 commit comments

Comments
 (0)