Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9c1348d

Browse files
committed
chore: fixed typo issue
1 parent ae67f53 commit 9c1348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish_to_docker/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
DOCKER_LATEST_IMAGE_TAG: ${{ inputs.DOCKER_LATEST_IMAGE_TAG }}
3636
run: |
3737
set -e
38-
docker run --rm $inputs.DOCKERHUB_ORGANISATION/deriv-com-api:$DOCKER_LATEST_IMAGE_TAG nginx -t
38+
docker run --rm $DOCKERHUB_ORGANISATION/deriv-com-api:$DOCKER_LATEST_IMAGE_TAG nginx -t
3939
echo "docker image validated successfully"
4040
shell: bash
4141

0 commit comments

Comments
 (0)