Skip to content

Commit 0b022b3

Browse files
ci(deps): bump docker/metadata-action from 5 to 6 (#45)
1 parent c6e5875 commit 0b022b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push-multi-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Docker meta
9696
id: meta
97-
uses: docker/metadata-action@v5
97+
uses: docker/metadata-action@v6
9898
with:
9999
images: |
100100
${{ inputs.dockerhub-repo }}
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Docker meta
188188
id: meta
189-
uses: docker/metadata-action@v5
189+
uses: docker/metadata-action@v6
190190
with:
191191
images: |
192192
${{ inputs.dockerhub-repo }}

0 commit comments

Comments
 (0)