File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 - name : Extract Docker metadata
4343 if : env.PUSH == 'true'
4444 id : meta
45- uses : docker/metadata-action@v5.3 .0
45+ uses : docker/metadata-action@v5.5 .0
4646 with :
4747 images : ghcr.io/${{ github.repository }}
4848 tags : |
8888 - name : Extract Docker metadata
8989 if : env.PUSH == 'true'
9090 id : meta
91- uses : docker/metadata-action@v5.3 .0
91+ uses : docker/metadata-action@v5.5 .0
9292 with :
9393 images : ghcr.io/${{ github.repository }}
9494 tags : |
@@ -129,7 +129,7 @@ jobs:
129129 - name : Extract Docker metadata
130130 if : env.PUSH == 'true'
131131 id : meta
132- uses : docker/metadata-action@v5.3 .0
132+ uses : docker/metadata-action@v5.5 .0
133133 with :
134134 images : ghcr.io/${{ github.repository }}
135135 tags : |
@@ -169,7 +169,7 @@ jobs:
169169 - name : Extract Docker metadata
170170 if : env.PUSH == 'true'
171171 id : meta
172- uses : docker/metadata-action@v5.3 .0
172+ uses : docker/metadata-action@v5.5 .0
173173 with :
174174 images : ghcr.io/${{ github.repository }}
175175 tags : |
You can’t perform that action at this time.
0 commit comments