Skip to content

Commit ae480f5

Browse files
authored
chore(ci): tag with release names (#756)
1 parent e510896 commit ae480f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,6 @@ jobs:
6868
registry: ghcr.io
6969
repository: ${{ github.repository }}/${{ matrix.component }}
7070
target: ${{ needs.deploy.outputs.tag }}
71-
tags: prod
71+
tags: |
72+
prod
73+
${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)