Compare commits

..

No commits in common. "main" and "v1.0.0" have entirely different histories.
main ... v1.0.0

2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ If the branch is your `main` branch then `latest` will be returned.
## Example
```yaml
- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1.0.0
- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1
id: branch-to-docker-tag
with:
branch: "feature/some-branch-name"

View File

@ -16,6 +16,7 @@ inputs:
outputs:
image-name:
description: 'Valid docker tag name'
value: ${{ steps.clean.outputs.tag-name }}
branding:
icon: 'activity'