Skip to content

Commit

Permalink
Fix dockerfile ref
Browse files Browse the repository at this point in the history
  • Loading branch information
snoe committed Dec 3, 2024
1 parent 6a7f7de commit 32c4d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-partner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'tester/Dockerfile'
image: '/tester/Dockerfile'
env:
DRIVER: ${{ inputs.DRIVER }}
OP_SERVICE_ACCOUNT_TOKEN: ${{ inputs.OP_SERVICE_ACCOUNT_TOKEN }}

0 comments on commit 32c4d4b

Please sign in to comment.