Skip to content

Commit

Permalink
feat: Set docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jaironalves committed Jul 12, 2024
1 parent 174a66d commit 95921e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
--workdir /github/workspace \
--volume "${{ github.workspace }}":/github/workspace \
--volume "${{ runner.temp }}/_runner_file_commands":${{ runner.temp }}/_runner_file_commands \
--env GITHUB_OUTPUT="$GITHUB_OUTPUT" \
--env GITHUB_OUTPUT="/github/workspace/github_output.txt" \
--env INPUT_YAML_FILE_PATH="${{ env.INPUT_YAML_FILE_PATH }}" \
--rm ${{ env.TEST_TAG }}

0 comments on commit 95921e2

Please sign in to comment.