Skip to content

Commit 0915e85

Browse files
committed
fix
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 340dd06 commit 0915e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-container/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
- name: Build and push
9393
uses: docker/build-push-action@v5
9494
env:
95-
REGISTRY: ${{ inputs.ECR }}
95+
REGISTRY: ${{ inputs.registry }}
9696
with:
9797
file: ${{ inputs.dockerfile-path }}
9898
push: true

0 commit comments

Comments
 (0)