mirror of
https://github.com/nwithan8/plex-prerolls
synced 2025-07-26 03:12:21 +00:00
- Fix Docker tagging
This commit is contained in:
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
echo "app_name=plex_prerolls" >> "$GITHUB_OUTPUT"
|
||||
echo "version=${{ github.event.inputs.version || github.event.release.tag_name }}" >> "$GITHUB_OUTPUT"
|
||||
echo "major_version=$(echo ${{ steps.vars.outputs.version || github.event.release.tag_name }} | cut -d '.' -f 1)" >> "$GITHUB_OUTPUT"
|
||||
echo "major_version=$(echo ${{ github.event.inputs.version || github.event.release.tag_name }} | cut -d '.' -f 1)" >> "$GITHUB_OUTPUT"
|
||||
echo "today=$(date +'%Y-%m-%d')" >> "$GITHUB_OUTPUT"
|
||||
echo "year=$(date +'%Y')" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
Reference in New Issue
Block a user