-
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
9c793ce
commit 5a04b3a
Showing
3 changed files
with
19 additions
and
23 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 |
---|---|---|
|
@@ -5,17 +5,17 @@ Examples: | |
|
||
```$xslt | ||
name: Run tests | ||
uses: matankdr/[email protected]CREDS2 | ||
uses: matankdr/[email protected]CREDS5 | ||
with: | ||
packages-resolver: "ivy creds" | ||
command: sbt test | ||
command: sbt test docker:publish publish | ||
packages-resolver: "ivy creds" | ||
name: Run test and upload container | ||
uses: matankdr/[email protected]CREDS2 | ||
uses: matankdr/[email protected]CREDS5 | ||
with: | ||
command: sbt test docker:publish publish | ||
packages-resolver: "ivy creds" | ||
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
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