Skip to content

Commit

Permalink
better fix
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <[email protected]>
  • Loading branch information
andistorm committed Jul 8, 2024
1 parent 8feb508 commit 5520e91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ jobs:
run: |
import os
tags = "${{ steps.meta.outputs.tags }}".split(",")
for t in tags:
t = t.split(":")[-1]
tags = [tag.split(":")[-1] for tag in tags]
if len(tags) == 0:
print("No tags found!❌")
exit(1)
Expand Down

0 comments on commit 5520e91

Please sign in to comment.