From 0bd8146aff1b0c2e287a843a9684f5c01df82117 Mon Sep 17 00:00:00 2001 From: Eric Wittmann Date: Mon, 27 Nov 2023 10:40:38 -0500 Subject: [PATCH] Update deploy workflow for registry - new container image name --- .github/workflows/deploy_latest_registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_latest_registry.yml b/.github/workflows/deploy_latest_registry.yml index 9d17ed4..c2d4873 100644 --- a/.github/workflows/deploy_latest_registry.yml +++ b/.github/workflows/deploy_latest_registry.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest if: github.repository_owner == 'apicurio' env: - API_IMAGE: quay.io/apicurio/apicurio-registry-sql + API_IMAGE: quay.io/apicurio/apicurio-registry UI_IMAGE: quay.io/apicurio/apicurio-registry-ui IMAGE_TAG: latest-snapshot steps: