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

Commit

Permalink
chore: fixed typo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-deriv committed Apr 3, 2024
1 parent ae67f53 commit 9c1348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish_to_docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
DOCKER_LATEST_IMAGE_TAG: ${{ inputs.DOCKER_LATEST_IMAGE_TAG }}
run: |
set -e
docker run --rm $inputs.DOCKERHUB_ORGANISATION/deriv-com-api:$DOCKER_LATEST_IMAGE_TAG nginx -t
docker run --rm $DOCKERHUB_ORGANISATION/deriv-com-api:$DOCKER_LATEST_IMAGE_TAG nginx -t
echo "docker image validated successfully"
shell: bash

Expand Down

0 comments on commit 9c1348d

Please sign in to comment.