Skip to content

Commit ee401e0

Browse files
authored
Merge pull request #143 from octodns/dependabot/github_actions/docker/metadata-action-5
2 parents ab7d55b + b96a3f5 commit ee401e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-on-push-to-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
platforms: linux/amd64,linux/arm64
1313
- id: meta
1414
name: create metadata (tags and labels)
15-
uses: docker/metadata-action@v4
15+
uses: docker/metadata-action@v5
1616
with:
1717
flavor: latest=false
1818
images: octodns/${{matrix.flavor}}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
platforms: linux/amd64,linux/arm64
1313
- id: meta
1414
name: create metadata (tags and labels)
15-
uses: docker/metadata-action@v4
15+
uses: docker/metadata-action@v5
1616
with:
1717
flavor: latest=false
1818
images: octodns/${{matrix.flavor}}

script/generate-workflow-files

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def write_test_workflow(flavors):
3737
},
3838
{
3939
'name': 'create metadata (tags and labels)',
40-
'uses': 'docker/metadata-action@v4',
40+
'uses': 'docker/metadata-action@v5',
4141
'id': 'meta',
4242
'with': {
4343
'images': 'octodns/${{matrix.flavor}}',
@@ -101,7 +101,7 @@ def write_publish_workflow(flavors):
101101
},
102102
{
103103
'name': 'create metadata (tags and labels)',
104-
'uses': 'docker/metadata-action@v4',
104+
'uses': 'docker/metadata-action@v5',
105105
'id': 'meta',
106106
'with': {
107107
'images': 'octodns/${{matrix.flavor}}',

0 commit comments

Comments
 (0)