We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a613242 commit 564a9afCopy full SHA for 564a9af
1 file changed
.github/workflows/publish-indy.yml
@@ -63,7 +63,7 @@ jobs:
63
images: |
64
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
65
tags: |
66
- type=raw,value=${{ inputs.tag }}
+ type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag }}
67
68
- name: Setup Image Metadata (release)
69
if: github.event_name == 'release'
0 commit comments