From 8b6423b55fdc0dc7fdc4fd11489efd3a4f2ddaf7 Mon Sep 17 00:00:00 2001 From: greg pereira Date: Sat, 27 Apr 2024 21:37:47 -0700 Subject: [PATCH] fix push image step double registry Signed-off-by: greg pereira --- .github/workflows/model-converter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model-converter.yaml b/.github/workflows/model-converter.yaml index 6d7393fd..5704bd3d 100644 --- a/.github/workflows/model-converter.yaml +++ b/.github/workflows/model-converter.yaml @@ -50,7 +50,7 @@ jobs: id: build_image uses: redhat-actions/buildah-build@v2.13 with: - image: ${{ env.REGISTRY}}/${{ env.REGISTRY_ORG }}/model-converter + image: ${{ env.REGISTRY_ORG }}/model-converter platforms: ${{ matrix.platforms }} tags: latest containerfiles: convert_models/Containerfile