Skip to content

Commit 564a9af

Browse files
committed
fix: manually tagged indy image has python-version
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent a613242 commit 564a9af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-indy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
images: |
6464
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
6565
tags: |
66-
type=raw,value=${{ inputs.tag }}
66+
type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag }}
6767
6868
- name: Setup Image Metadata (release)
6969
if: github.event_name == 'release'

0 commit comments

Comments
 (0)