Skip to content

Commit

Permalink
chore(ci): tag with release names (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 13, 2025
1 parent e510896 commit ae480f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,6 @@ jobs:
registry: ghcr.io
repository: ${{ github.repository }}/${{ matrix.component }}
target: ${{ needs.deploy.outputs.tag }}
tags: prod
tags: |
prod
${{ github.event.release.tag_name }}

0 comments on commit ae480f5

Please sign in to comment.