From 1bc6668a5daacb98ab7001da89ea1217a2f65b2d Mon Sep 17 00:00:00 2001 From: hasan7n Date: Wed, 12 Jul 2023 00:36:23 +0200 Subject: [PATCH] update docker image name in workflow --- .github/workflows/docker-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index d29f3c876..c1bb375ce 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -76,7 +76,7 @@ jobs: id: meta uses: docker/metadata-action@v3 with: - images: docker.io/cbica/gandlf, ghcr.io/mlcommons/gandlf # Push to both registries + images: docker.io/mlcommons/gandlf, ghcr.io/mlcommons/gandlf # Push to both registries flavor: | # Handle prefixing and "latest" generation -- use "tags" property to specify events/tags further latest=true suffix=-${{ matrix.dockertag }},onlatest=true @@ -103,7 +103,7 @@ jobs: # Run the image from the base entrypoint as a test - name: Test container with entrypoint # Run a tag we generated from the metadata extraction above -- they're all the same image, but echo it regardless just so we know. - run: echo "Running docker.io/cbica/gandlf:latest-${{ matrix.dockertag }} ..." && docker run --rm docker.io/cbica/gandlf:latest-${{ matrix.dockertag }} + run: echo "Running docker.io/mlcommons/gandlf:latest-${{ matrix.dockertag }} ..." && docker run --rm docker.io/mlcommons/gandlf:latest-${{ matrix.dockertag }} # Push Docker image with Buildx (but don't push on PR) # https://github.com/docker/build-push-action