Skip to content

Commit

Permalink
Print github contexts
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Dec 12, 2024
1 parent b34d245 commit 9226d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/task_runner_docker_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
echo "Creating openfl image. This may take a few minutes..."
cd openfl-docker
docker build . -t openfl -f Dockerfile.base \
--build-arg OPENFL_REVISION=https://github.com/${{ github.repository }}.git@{{ github.ref_name }}
--build-arg OPENFL_REVISION=https://github.com/${{ github.repository }}.git@${{ github.ref_name }}
- name: Run Task Runner E2E tests without TLS
id: run_tests
Expand Down

0 comments on commit 9226d2a

Please sign in to comment.