Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
docker: use the latest tag, so we can omit the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Jan 23, 2019
1 parent 4236bde commit d09ffbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ build_script:
```
docker build --no-cache debian
docker tag `docker images | head | awk '{print $3}'|sed -n 2p` \
bassosimone/mk-debian:testing
bassosimone/mk-debian
docker push bassosimone/mk-debian
```
2 changes: 1 addition & 1 deletion script/travis
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ else
echo "$0: cannot determine build system type" 1>&2
exit 1
fi
$ROOTDIR/.ci/common/script/docker-run bassosimone/mk-debian:testing $BUILD_TOOL
$ROOTDIR/.ci/common/script/docker-run bassosimone/mk-debian $BUILD_TOOL

0 comments on commit d09ffbb

Please sign in to comment.