Skip to content

Commit

Permalink
Update push-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney authored Apr 14, 2024
1 parent a36e925 commit 51ce1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: gen_tags
run: |
if [[ $GITHUB_REF == 'refs/tags/'* ]]; then
TAGS="tphoney/plex-lookup:latest,tphoney/plex-lookup:'${GITHUB_REF/refs\/tags\//}'"
TAGS="tphoney/plex-lookup:latest, tphoney/plex-lookup:${GITHUB_REF/refs\/tags\//}"
else
TAGS="tphoney/plex-lookup:latest"
fi
Expand Down

0 comments on commit 51ce1af

Please sign in to comment.