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