Skip to content

Commit

Permalink
Final Changes (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapell authored Apr 18, 2022
1 parent 6b8ef83 commit 479e819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This GitHub Action will build, tag, an publish your docker image. The logic has been designed for our use case, but can be modifed for yours.

The image name will default to be the same as the GitHub Repo.

# Default Tagging Logic
The tagging logic works as follows:
1. If you have a value for `image_tag` then we will use that value.
Expand All @@ -28,7 +30,7 @@ The following can be used as `step.with` keys. T/F types expect true or false.

## Example 1

This will checkout the code, build, tag and push using the default tags
This will checkout the code, build, tag and push using the default tags.

```yaml
- uses: bitovi/[email protected]
Expand Down

0 comments on commit 479e819

Please sign in to comment.