Skip to content

Commit

Permalink
Merge #160
Browse files Browse the repository at this point in the history
160: Have Cirrus CI create duckinator/bork:latest as an alias for duckinator/bork:<version> r=duckinator a=duckinator

And also bumped the version to v4.0.2.

Co-authored-by: Ellen Marie Dash <[email protected]>
  • Loading branch information
bors[bot] and duckinator authored Jul 5, 2020
2 parents 117b4e6 + 5ee6deb commit 438a4c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ docker_builder:
env:
DOCKER_USERNAME: ENCRYPTED[a957943032559f0859a16a4421bc3602338080e6d9ce63a980db4fd34dbdc2afbe3a20c620139c669182eced4211a515]
DOCKER_PASSWORD: ENCRYPTED[dd7f31d490b645298258ac9ec78ac3a7e034e8bfcf8fbfec0137787eef3934e01a42ef3b5eda42b1b1f7a3296fae619e]
build_script: docker build --tag duckinator/bork:${CIRRUS_TAG} --build-arg "VERSION=${CIRRUS_TAG}" .
build_script:
- docker build --tag duckinator/bork:${CIRRUS_TAG} --tag duckinator/bork:latest --build-arg "VERSION=${CIRRUS_TAG}" .
login_script: docker login --username $DOCKER_USERNAME --password $DOCKER_PASSWORD
push_script: docker push duckinator/bork:$CIRRUS_TAG

Expand Down
2 changes: 1 addition & 1 deletion bork/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.1"
__version__ = "4.0.2"

0 comments on commit 438a4c1

Please sign in to comment.