-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37ae3e9
commit e3339d7
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
|
||
Github action with JDK 11.0.5, SBT 1.3.8, Docker and Ivy resolver. | ||
|
||
Examples: | ||
|
||
```$xslt | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters