Skip to content

matankdr/github-docker-sbt

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github action with JDK 11.0.5, SBT 1.3.8, Docker and Ivy resolver.

Examples:

name: Run tests
        uses: matankdr/[email protected]
        with:
          command: sbt test docker:publish publish
          packages-resolver: "ivy creds" 

name: Run test and upload container
        uses: matankdr/[email protected]
        with:
          command: sbt test docker:publish publish
          working-directory: subproject/
          packages-resolver: "ivy creds"  
          docker-login-username: "my username"
          docker-login-password: "my password"
          docker-registry: "my registry"