Skip to content

Commit

Permalink
refactor: Preparing v3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jan 5, 2023
1 parent 0e2c712 commit 07a7a24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-and-push.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh
STAGE="alpha"
VERSION="$(poetry version -s)-$STAGE"
VERSION="$(poetry version -s)"

sudo docker build -t debug -t ghcr.io/ziro-bot/z3r0 -t ghcr.io/ziro-bot/z3r0:$VERSION -f docker/Dockerfile . \
&& sudo docker push ghcr.io/ziro-bot/z3r0:latest \
Expand Down

0 comments on commit 07a7a24

Please sign in to comment.