We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e510896 commit ae480f5Copy full SHA for ae480f5
.github/workflows/release.yml
@@ -68,4 +68,6 @@ jobs:
68
registry: ghcr.io
69
repository: ${{ github.repository }}/${{ matrix.component }}
70
target: ${{ needs.deploy.outputs.tag }}
71
- tags: prod
+ tags: |
72
+ prod
73
+ ${{ github.event.release.tag_name }}
0 commit comments