Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Dec 1, 2023
1 parent 6a8b42b commit 586f8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dockerize-neon-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
id: docker_pipeline
shell: bash
run: |
image_id="${{ vars.DOCKERHUB_ORG_NAME }}/neon_tests"
image_id="${{ org_name }}/neon_tests"
delimeter=$(printf "%0.s-" {1..30})
echo " ${delimeter} Build new docker image ${image_id} ${delimeter}"
docker build . --no-cache --tag ${image_id}:${{ inputs.image_tag }} --build-arg OZ_BRANCH='${{ inputs.oz_branch }}'
Expand Down

0 comments on commit 586f8bc

Please sign in to comment.