We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8f55a commit 396b9b7Copy full SHA for 396b9b7
.github/workflows/cd.yml
@@ -33,4 +33,12 @@ jobs:
33
registry: registry.digitalocean.com
34
dockerfile: Dockerfile.worker
35
36
+ - uses: mr-smithers-excellent/docker-build-push@v5
37
+ name: Build & push Dashforge Worker image
38
+ with:
39
+ image: dashforge/simulator
40
+ tags: v1, latest
41
+ registry: registry.digitalocean.com
42
+ dockerfile: Dockerfile.simulator
43
+
44
shard.yml
@@ -1,5 +1,5 @@
1
name: dashforge
2
-version: 0.1.0
+version: 0.2.0
3
crystal: ">=0.35.1"
4
license: MIT
5
authors:
src/dashforge.cr
@@ -3,7 +3,6 @@ require "./config/**"
module DashForge
include Azu
6
- VERSION = "0.1.0"
7
JoobQ::Statistics.create_series
8
9
configure do |c|
0 commit comments