mirror of
https://github.com/sleepypikachu/actions-branch-to-docker-tag-name.git
synced 2024-12-27 19:34:30 +08:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9c6a143a65 | ||
![]() |
e2e6dc4e77 |
@ -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
|
||||
- uses: sleepypikachu/actions-branch-to-docker-tag-name@v1.0.0
|
||||
id: branch-to-docker-tag
|
||||
with:
|
||||
branch: "feature/some-branch-name"
|
||||
|
@ -16,7 +16,6 @@ inputs:
|
||||
outputs:
|
||||
image-name:
|
||||
description: 'Valid docker tag name'
|
||||
value: ${{ steps.clean.outputs.tag-name }}
|
||||
|
||||
branding:
|
||||
icon: 'activity'
|
||||
|
Loading…
x
Reference in New Issue
Block a user