Skip to content

Commit

Permalink
Merge pull request #7 from BadBoiLabs/main
Browse files Browse the repository at this point in the history
First release
  • Loading branch information
willemolding authored Jul 23, 2023
2 parents 0d31fd6 + f081af4 commit 8077fde
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-builder-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Create and publish the Cannon Builder Docker image

on:
push:
branches: ['main']
branches:
- release

env:
REGISTRY: ghcr.io
Expand Down
1 change: 1 addition & 0 deletions cannon-heap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "cannon-heap"
authors = ["Willem Olding <[email protected]>"]
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions cannon-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "cannon-io"
authors = ["Willem Olding <[email protected]>"]
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"

Expand Down
2 changes: 2 additions & 0 deletions cargo-cannon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[package]
name = "cargo-cannon"
authors = ["Willem Olding <[email protected]>"]
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"

Expand Down
1 change: 1 addition & 0 deletions preimage-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "preimage-server"
authors = ["Willem Olding <[email protected]>"]
license = "LGPL-3.0"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit 8077fde

Please sign in to comment.