File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 paths :
66 - ' fabric/**'
7+ - ' docker/Dockerfile'
78 branches :
89 - master
910
@@ -13,13 +14,13 @@ jobs:
1314
1415 steps :
1516 - uses : actions/checkout@v2
16-
17+
1718 - name : Build the Docker image
1819 run : docker build . --file docker/Dockerfile --tag obecto/perper-fabric:latest --tag obecto/perper-fabric:$(sed -E -n 's|^\s*version\s*=\s*"([^"]+)"\s*$|\1|p' fabric/build.gradle.kts | head -1)
1920 shell : bash
20-
21+
2122 - name : Login to DockerHub
2223 run : docker login --username obecto --password ${{ secrets.DOCKER_HUB_TOKEN }}
23-
24+
2425 - name : Push to DockerHub
2526 run : docker push --all-tags obecto/perper-fabric
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ compileKotlin.kotlinOptions.freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
4646
4747application {
4848 version = " 0.7.1"
49- mainClass.set(" com.obecto.perper.fabric.Main" )
5049 description = " Perper Fabric"
50+ mainClass.set(" com.obecto.perper.fabric.Main" )
5151}
5252
5353java {
You can’t perform that action at this time.
0 commit comments