Skip to content

Commit b76aa36

Browse files
committed
Updating readme to reflect new location of docker images
Signed-off-by: Corey Caverly <corey.caverly@autodesk.com>
1 parent 96799c4 commit b76aa36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gordian
1010
[![Latest PyPi Version](https://badge.fury.io/py/gordian.svg)](https://pypi.python.org/pypi/gordian/)
1111
[![codecov](https://codecov.io/gh/argoproj-labs/gordian/branch/master/graph/badge.svg)](https://codecov.io/gh/argoproj-labs/gordian/)
1212
[![Python Build Status](https://github.com/argoproj-labs/gordian/workflows/Python%20package/badge.svg)](https://github.com/argoproj-labs/gordian/actions?query=workflow%3A%22Python+package%22)
13-
[![Docker Build Status](https://img.shields.io/docker/cloud/build/argoprojlabs/gordian.svg)](https://hub.docker.com/repository/docker/argoprojlabs/gordian)
13+
[![Publish Docker image](https://github.com/argoproj-labs/gordian/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/argoproj-labs/gordian/actions/workflows/docker-publish.yml)
1414

1515
Gordian applies transformations to files in github repositories and create PRs for the owners of the repositories to review and merge them.
1616

@@ -77,7 +77,7 @@ using a new origin branch `update_k8s_apiversion` by updating all files that con
7777
The new PR will have the labels `k8s.1.16` and `support` assigned to it and the `minor` version will be bumped.
7878

7979
```bash
80-
docker run --rm -it argoprojlabs/gordian:latest -b "update_k8s_apiversion" --pr "update_k8s_apiversion" -s "apiVersion: apps/v1beta2" -r "apiVersion: apps/v1" -l k8s.1.16 -v -m
80+
docker run --rm -it ghcr.io/argoproj-labs/gordian:latest -b "update_k8s_apiversion" --pr "update_k8s_apiversion" -s "apiVersion: apps/v1beta2" -r "apiVersion: apps/v1" -l k8s.1.16 -v -m
8181
```
8282

8383
## Complex transformations

0 commit comments

Comments
 (0)