Skip to content

Commit 317c9e4

Browse files
authored
add version specific local tag before pushing (#1155)
1 parent 17c0675 commit 317c9e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ jobs:
491491
docker push tfsigio/tfio:latest
492492
python --version
493493
TFIO_VERSION=$(python setup.py --version)
494+
docker tag tfsigio/tfio:latest tfsigio/tfio:${TFIO_VERSION}
494495
docker push tfsigio/tfio:${TFIO_VERSION}
495496
bash -x -e tools/docker/tests/dockerfile_nightly_test.sh
496497
docker push tfsigio/tfio:nightly

0 commit comments

Comments
 (0)