Releases: matankdr/github-docker-sbt
Releases · matankdr/github-docker-sbt
JDK:11.0.5-SBT:1.3.8-OPTIONAL-DOCKER-LOGIN
Github action with SBT and docker.
Examples:
name: Run tests
uses: matankdr/[email protected]
with:
command: sbt test
name: Run test and upload container
uses: matankdr/[email protected]
with:
docker-login-username: "my username"
docker-login-password: "my password"
docker-registry: "my registry"
command: sbt test docker:publish
JDK:11.0.5-SBT:1.3.8-OPTIONAL-DOCKER
Github action with SBT and docker.
Examples:
name: Run tests
uses: matankdr/[email protected]
with:
command: sbt test
name: Run test and upload container
uses: matankdr/[email protected]
with:
docker-login-username: "my username"
docker-login-password: "my password"
docker-registry: "my registry"
command: sbt test docker:publish
JDK:11.0.5-SBT:1.3.8-DOCKER-LOGIN
11.0.5-1.3.8-DOCKER-LOGIN Debug
JDK:11.0.5-SBT:1.3.8-DOCKER-DEBUG
11.0.5-1.3.8-DOCKER-DEBUG Debug
11.0.5-1.3.8-DEBUG
Fix entrypoint sbt command eval
JDK:11.0.5 SBT:1.3.8
Merge pull request #1 from matankdr/wip Initial release