Skip to content

Commit 32fb043

Browse files
authored
Fix code to attach 'latest' tag to most-recently-built CLI Docker image. (#1018)
1 parent 1f989ba commit 32fb043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ VERSION=$(cat version.bzl | grep DF_VERSION | awk '{ print $3 }' | sed "s/\"//g"
2424
git tag $VERSION
2525
git push origin $VERSION
2626

27+
docker pull dataformco/dataform:$VERSION
2728
docker tag dataformco/dataform:$VERSION dataformco/dataform:latest
2829
docker push dataformco/dataform:latest

0 commit comments

Comments
 (0)