Skip to content

Commit a613242

Browse files
committed
fix: attempt to fix tagged images
Signed-off-by: Daniel Bluhm <dbluhm@pm.me>
1 parent 024b0be commit a613242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
images: |
5757
ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
5858
tags: |
59-
type=raw,value=${{ inputs.tag }}
59+
type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag }}
6060
6161
- name: Setup Image Metadata (release)
6262
if: github.event_name == 'release'

0 commit comments

Comments
 (0)