Skip to content

Commit

Permalink
fix push image step double registry
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <grpereir@redhat.com>
  • Loading branch information
Gregory-Pereira committed Apr 28, 2024
1 parent 9c9188b commit 8b6423b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model-converter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b6423b

Please # to comment.