File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7272 password : ${{ secrets.GITHUB_TOKEN }}
7373
7474 - id : debug-meta
75- uses : docker/metadata-action@v4
75+ uses : docker/metadata-action@v5
7676 with :
7777 images : ${{ env.IMAGE_NAME }}
7878 tags : |
9595
9696 - name : Extract metadata from Github
9797 id : meta
98- uses : docker/metadata-action@v4
98+ uses : docker/metadata-action@v5
9999 with :
100100 images : ${{ env.IMAGE_NAME }}
101101 tags : |
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104
105105 - name : Extract metadata from Github
106106 id : meta
107- uses : docker/metadata-action@v4
107+ uses : docker/metadata-action@v5
108108 with :
109109 images : ${{ inputs.registry }}/${{ inputs.image }}
110110 tags : |
@@ -131,7 +131,7 @@ jobs:
131131 RELEASE_VERSION=${{ inputs.version }}
132132
133133 - id : debug-meta
134- uses : docker/metadata-action@v4
134+ uses : docker/metadata-action@v5
135135 with :
136136 images : ${{ inputs.registry }}/${{ inputs.image }}
137137 tags : |
Original file line number Diff line number Diff line change 5555
5656 - name : Extract metadata from Github
5757 id : meta
58- uses : docker/metadata-action@v4
58+ uses : docker/metadata-action@v5
5959 with :
6060 images : ${{ inputs.registry }}/${{ inputs.image }}
6161 tags : |
9191
9292 - name : Extract metadata from Github
9393 id : meta-debug
94- uses : docker/metadata-action@v4
94+ uses : docker/metadata-action@v5
9595 with :
9696 images : ${{ inputs.registry }}/${{ inputs.image }}
9797 tags : |
Original file line number Diff line number Diff line change 2828
2929 - name : Extract metadata from Github
3030 id : meta
31- uses : docker/metadata-action@v4
31+ uses : docker/metadata-action@v5
3232 with :
3333 images : ${{ github.repository }}/pr-${{ github.event.pull_request.number }}
3434 tags : |
@@ -100,7 +100,7 @@ jobs:
100100
101101 - name : Extract metadata from Github
102102 id : meta
103- uses : docker/metadata-action@v4
103+ uses : docker/metadata-action@v5
104104 with :
105105 images : ${{ github.repository }}/pr-${{ github.event.pull_request.number }}
106106 tags : |
You can’t perform that action at this time.
0 commit comments