Skip to content

Commit

Permalink
Fix: docker publish action typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Feb 21, 2024
1 parent a9d6a15 commit 0e44a90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
push: true
tags: |
seart/${{ steps.meta.outputs.repo_name }}:latest
seart/${{ steps.meta.outputs.repo_name }}:${{ steps.meta.outputs.tag-major }}
seart/${{ steps.meta.outputs.repo_name }}:${{ steps.meta.outputs.tag-minor }}
seart/${{ steps.meta.outputs.repo_name }}:${{ steps.meta.outputs.tag-patch }}
seart/${{ steps.meta.outputs.repo-name }}:latest
seart/${{ steps.meta.outputs.repo-name }}:${{ steps.meta.outputs.tag-major }}
seart/${{ steps.meta.outputs.repo-name }}:${{ steps.meta.outputs.tag-minor }}
seart/${{ steps.meta.outputs.repo-name }}:${{ steps.meta.outputs.tag-patch }}

0 comments on commit 0e44a90

Please sign in to comment.