We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024b0be commit a613242Copy full SHA for a613242
1 file changed
.github/workflows/publish.yml
@@ -56,7 +56,7 @@ jobs:
56
images: |
57
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
58
tags: |
59
- type=raw,value=${{ inputs.tag }}
+ type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag }}
60
61
- name: Setup Image Metadata (release)
62
if: github.event_name == 'release'
0 commit comments