File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1515Gordian 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
7777The 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
You can’t perform that action at this time.
0 commit comments