Skip to content

Commit 8c2496f

Browse files
authored
Merge pull request #279 from ClimateImpactLab/dependabot/github_actions/docker/metadata-action-6
Bump docker/metadata-action from 5 to 6
2 parents 2acdd24 + 044b913 commit 8c2496f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- name: Docker meta
2020
id: meta
21-
uses: docker/metadata-action@v5
21+
uses: docker/metadata-action@v6
2222
with:
2323
images: ${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}
2424
tags: |

0 commit comments

Comments
 (0)