diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b32297b..eb8fbe9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -42,7 +42,7 @@ jobs: uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: | - argoprojlabs/gordian + argoproj-labs/gordian ghcr.io/${{ github.repository }} - name: Build and push Docker images diff --git a/setup.py b/setup.py index ec35914..c2a592a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup_reqs = ["pytest", "pytest-cov", "pytest-runner", "flake8"] setuptools.setup( name="gordian", - version="3.6.0", + version="3.7.0", author="Intuit", author_email="cg-sre@intuit.com", description="A tool to search and replace files in a Git repo",