Releases: matankdr/github-docker-sbt
Releases · matankdr/github-docker-sbt
11.0.5-1.3.8-DOCKER-IVY-CREDS8
11.0.5-1.3.8-DOCKER-IVY-CREDS8
11.0.5-1.3.8-DOCKER-IVY-CREDS7
11.0.5-1.3.8-DOCKER-IVY-CREDS7
11.0.5-1.3.8-DOCKER-IVY-CREDS10
11.0.5-1.3.8-DOCKER-IVY-CREDS6
11.0.5-1.3.8-DOCKER-IVY-CREDS5
11.0.5-1.3.8-DOCKER-IVY-CREDS4
11.0.5-1.3.8-DOCKER-IVY-CREDS3
11.0.5-1.3.8-DOCKER-IVY-CREDS2
11.0.5-1.3.8-DOCKER-IVY-CREDS
Github action with JDK 11.0.5, SBT 1.3.8, Docker and Ivy resolver.
Examples:
name: Run tests
uses: matankdr/[email protected]
with:
packages-resolver: "ivy creds"
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"
packages-resolver: "ivy creds"
command: sbt test docker:publish publish
JDK:11.0.5-SBT:1.3.8-DOCKER-IVY
Github action with JDK 11.0.5, SBT 1.3.8, Docker and Ivy resolver.
Examples:
name: Run tests
uses: matankdr/github-docker-sbt@JDK:11.0.5-SBT:1.3.8-DOCKER-IVY
with:
packages-resolver: "ivy creds"
command: sbt test
name: Run test and upload container
uses: matankdr/github-docker-sbt@JDK:11.0.5-SBT:1.3.8-DOCKER-IVY
with:
docker-login-username: "my username"
docker-login-password: "my password"
docker-registry: "my registry"
packages-resolver: "ivy creds"
command: sbt test docker:publish publish