Skip to content

Commit

Permalink
Comment for openfl image step
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 f0e1d0e commit 7e6f3c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/task_runner_docker_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Create OpenFL image
id: create_openfl_image
run: |
echo "Creating openfl image. This may take a few minutes..."
echo "Creating openfl image with current repo and branch. 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 }}
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Create OpenFL image
id: create_openfl_image
run: |
echo "Creating openfl image. This may take a few minutes..."
echo "Creating openfl image with current repo and branch. 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 }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
- name: Create OpenFL image
id: create_openfl_image
run: |
echo "Creating openfl image. This may take a few minutes..."
echo "Creating openfl image with current repo and branch. 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 }}
Expand Down

0 comments on commit 7e6f3c5

Please sign in to comment.