File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
platforms : linux/amd64,linux/arm64
13
13
- id : meta
14
14
name : create metadata (tags and labels)
15
- uses : docker/metadata-action@v4
15
+ uses : docker/metadata-action@v5
16
16
with :
17
17
flavor : latest=false
18
18
images : octodns/${{matrix.flavor}}
Original file line number Diff line number Diff line change 12
12
platforms : linux/amd64,linux/arm64
13
13
- id : meta
14
14
name : create metadata (tags and labels)
15
- uses : docker/metadata-action@v4
15
+ uses : docker/metadata-action@v5
16
16
with :
17
17
flavor : latest=false
18
18
images : octodns/${{matrix.flavor}}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def write_test_workflow(flavors):
37
37
},
38
38
{
39
39
'name' : 'create metadata (tags and labels)' ,
40
- 'uses' : 'docker/metadata-action@v4 ' ,
40
+ 'uses' : 'docker/metadata-action@v5 ' ,
41
41
'id' : 'meta' ,
42
42
'with' : {
43
43
'images' : 'octodns/${{matrix.flavor}}' ,
@@ -101,7 +101,7 @@ def write_publish_workflow(flavors):
101
101
},
102
102
{
103
103
'name' : 'create metadata (tags and labels)' ,
104
- 'uses' : 'docker/metadata-action@v4 ' ,
104
+ 'uses' : 'docker/metadata-action@v5 ' ,
105
105
'id' : 'meta' ,
106
106
'with' : {
107
107
'images' : 'octodns/${{matrix.flavor}}' ,
You can’t perform that action at this time.
0 commit comments