Skip to content

Commit

Permalink
fix: Add input owner for docker test (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Badhwar authored Mar 23, 2022
1 parent 82196c3 commit 73be18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cli-test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Wait for docker release to finish
run: bash .github/scripts/trigger-and-wait.sh
env:
INPUT_OWNER: ${{ github.repository_owner }}
INPUT_WORKFLOW_FILE_NAME: docker-release.yml
INPUT_REF: ${{ needs.get-branch.outputs.branch }}
- name: Login to Docker Hub
Expand All @@ -35,4 +36,4 @@ jobs:
docker run --rm twilio/twilio-cli:2.36.1 /bin/bash -c "twilio api:accounts --help && twilio" && docker pull twilio/twilio-cli:latest && docker run --rm twilio/twilio-cli:latest /bin/bash -c "twilio api:accounts --help && twilio"
- name: Test for the latest release
run: |
docker run --rm twilio/twilio-cli /bin/bash -c "twilio api:accounts --help && twilio"
docker run --rm twilio/twilio-cli /bin/bash -c "twilio api:accounts --help && twilio"

0 comments on commit 73be18f

Please sign in to comment.