Skip to content

Commit 8964130

Browse files
chore(deps): bump docker/metadata-action from 5.6.1 to 5.7.0 (#302)
1 parent 303dba1 commit 8964130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Extract metadata (tags, labels) for Docker
8888
id: meta
89-
uses: docker/metadata-action@v5.6.1
89+
uses: docker/metadata-action@v5.7.0
9090
with:
9191
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
9292
# Docker tags based on the following events/attributes

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Extract metadata (tags, labels) for Docker
4040
id: meta
41-
uses: docker/metadata-action@v5.6.1
41+
uses: docker/metadata-action@v5.7.0
4242
with:
4343
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444
# Docker tags based on the following events/attributes

0 commit comments

Comments
 (0)