Skip to content

Commit bbbde45

Browse files
kvignesh1420yongtang
authored andcommitted
add missing ---project argument during docker builds (tensorflow#1388)
* add missing ---project argument during docker builds * capture only the last line
1 parent 647ecfd commit bbbde45

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
@@ -526,7 +526,7 @@ jobs:
526526
bash -x -e tools/docker/tests/dockerfile_cpu_test.sh
527527
docker push tfsigio/tfio:latest
528528
python --version
529-
TFIO_VERSION=$(python setup.py --version)
529+
TFIO_VERSION=$(python setup.py --project tensorflow-io --version | tail -1)
530530
docker tag tfsigio/tfio:latest tfsigio/tfio:${TFIO_VERSION}
531531
docker push tfsigio/tfio:${TFIO_VERSION}
532532
bash -x -e tools/docker/tests/dockerfile_devel_test.sh

0 commit comments

Comments
 (0)