File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,17 @@ jobs:
5858 - name : Setup Image Metadata (manual)
5959 if : github.event_name == 'workflow_dispatch'
6060 id : dispatch-meta
61- uses : docker/metadata-action@v3
61+ uses : docker/metadata-action@v4.1.1
6262 with :
6363 images : |
6464 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
6565 tags : |
66- type=raw,value=py${{ matrix.python-version }}-${{ inputs.tag }}
66+ type=raw,value=py${{ matrix.python-version }}-indy- ${{ inputs.tag }}
6767
6868 - name : Setup Image Metadata (release)
6969 if : github.event_name == 'release'
7070 id : meta
71- uses : docker/metadata-action@v3
71+ uses : docker/metadata-action@v4.1.1
7272 with :
7373 images : |
7474 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
Original file line number Diff line number Diff line change 5151 - name : Setup Image Metadata (manual)
5252 if : github.event_name == 'workflow_dispatch'
5353 id : dispatch-meta
54- uses : docker/metadata-action@v3
54+ uses : docker/metadata-action@v4.1.1
5555 with :
5656 images : |
5757 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
6161 - name : Setup Image Metadata (release)
6262 if : github.event_name == 'release'
6363 id : meta
64- uses : docker/metadata-action@v3
64+ uses : docker/metadata-action@v4.1.1
6565 with :
6666 images : |
6767 ghcr.io/${{ steps.info.outputs.repo-owner }}/aries-cloudagent-python
You can’t perform that action at this time.
0 commit comments