Skip to content

Commit 116d3d8

Browse files
authored
add missing ---project argument during docker builds (#1388)
* add missing ---project argument during docker builds * capture only the last line
1 parent cb9aed5 commit 116d3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
bash -x -e tools/docker/tests/dockerfile_cpu_test.sh
529529
docker push tfsigio/tfio:latest
530530
python --version
531-
TFIO_VERSION=$(python setup.py --version)
531+
TFIO_VERSION=$(python setup.py --project tensorflow-io --version | tail -1)
532532
docker tag tfsigio/tfio:latest tfsigio/tfio:${TFIO_VERSION}
533533
docker push tfsigio/tfio:${TFIO_VERSION}
534534
bash -x -e tools/docker/tests/dockerfile_devel_test.sh

0 commit comments

Comments
 (0)