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 38
38
- name : Extract Docker metadata
39
39
if : env.PUSH == 'true'
40
40
id : meta
41
- uses : docker/metadata-action@v5.5.0
41
+ uses : docker/metadata-action@v5.5.1
42
42
with :
43
43
images : ghcr.io/${{ github.repository }}
44
44
tags : |
85
85
- name : Extract Docker metadata
86
86
if : env.PUSH == 'true'
87
87
id : meta
88
- uses : docker/metadata-action@v5.5.0
88
+ uses : docker/metadata-action@v5.5.1
89
89
with :
90
90
images : ghcr.io/${{ github.repository }}
91
91
tags : |
@@ -127,7 +127,7 @@ jobs:
127
127
- name : Extract Docker metadata
128
128
if : env.PUSH == 'true'
129
129
id : meta
130
- uses : docker/metadata-action@v5.5.0
130
+ uses : docker/metadata-action@v5.5.1
131
131
with :
132
132
images : ghcr.io/${{ github.repository }}
133
133
tags : |
@@ -168,7 +168,7 @@ jobs:
168
168
- name : Extract Docker metadata
169
169
if : env.PUSH == 'true'
170
170
id : meta
171
- uses : docker/metadata-action@v5.5.0
171
+ uses : docker/metadata-action@v5.5.1
172
172
with :
173
173
images : ghcr.io/${{ github.repository }}
174
174
tags : |
You can’t perform that action at this time.
0 commit comments