Skip to content

Commit b934fcb

Browse files
Bump docker/metadata-action from 5 to 6 (#178)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz Clasmeier <111092021+mclasmeier@users.noreply.github.com>
1 parent 57f14b6 commit b934fcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-roxie-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Extract metadata (tags, labels) for Docker
5252
id: meta
53-
uses: docker/metadata-action@v5
53+
uses: docker/metadata-action@v6
5454
with:
5555
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5656
tags: type=raw,value=${{ steps.build-meta.outputs.version }}

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Extract metadata (tags, labels) for Docker
5353
id: meta
54-
uses: docker/metadata-action@v5
54+
uses: docker/metadata-action@v6
5555
with:
5656
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5757
tags: |

0 commit comments

Comments
 (0)