Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 8, 2023
1 parent 2154683 commit 8473773
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: Build and Push Docker Images

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Build and Test

on:
push:
Expand Down
5 changes: 3 additions & 2 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
print("git tag -a v%s -m 'releasing v%s'" % (next_ver, next_ver))
print("git push origin v%s" % next_ver)

# print()
print()
# publish on crates.io
# print("cargo publish")
print("cargo publish")

# print()
# build and push docker image
# print("docker buildx create --name legbabuilder --use --bootstrap")
Expand Down

0 comments on commit 8473773

Please sign in to comment.