Skip to content

Commit

Permalink
use docker tag latest instead of github branch name; see #120
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpoelen committed Dec 16, 2017
1 parent 16bae2b commit b64470d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ deploy:
on:
tags: true
- provider: script
script: docker tag $BUILDING $DOCKER_IMAGE:$TRAVIS_BRANCH; docker push $DOCKER_IMAGE:$TRAVIS_BRANCH
script: docker tag $BUILDING $DOCKER_IMAGE:latest; docker push $DOCKER_IMAGE:latest
on:
all_branches: true
branch: master

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ docker build -t sudowrt/firmware .

or re-use a pre-built one using
```
docker pull sudowrt/firmware
docker pull sudowrt/firmware:0.2.1
```

After creating the container image, build the ar71xx and ar71xx.extender-node firmware using:
Expand Down

0 comments on commit b64470d

Please sign in to comment.