Skip to content

Commit 7395812

Browse files
chore(deps): bump docker/metadata-action from 5 to 6
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbf9084 commit 7395812

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/preproduction.yaml

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

2222
- name: 📌 Extract metadata (tags, labels) for Docker
2323
id: meta
24-
uses: docker/metadata-action@v5
24+
uses: docker/metadata-action@v6
2525
with:
2626
images: ${{ vars.REGISTRY_URL }}/${{ vars.PROJECT_NAME }}/${{ github.event.repository.name }}/app
2727
tags: |

.github/workflows/production.yaml

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

2222
- name: 📌 Extract metadata (tags, labels) for Docker
2323
id: meta
24-
uses: docker/metadata-action@v5
24+
uses: docker/metadata-action@v6
2525
with:
2626
images: ${{ vars.REGISTRY_URL }}/${{ vars.PROJECT_NAME }}/${{ github.event.repository.name }}/app
2727
tags: |

.github/workflows/review-auto.yaml

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

2323
- name: 📌 Extract metadata (tags, labels) for Docker
2424
id: meta
25-
uses: docker/metadata-action@v5
25+
uses: docker/metadata-action@v6
2626
with:
2727
images: ${{ vars.REGISTRY_URL }}/${{ vars.PROJECT_NAME }}/${{ github.event.repository.name }}/app
2828
tags: |

.github/workflows/review.yaml

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

2121
- name: 📌 Extract metadata (tags, labels) for Docker
2222
id: meta
23-
uses: docker/metadata-action@v5
23+
uses: docker/metadata-action@v6
2424
with:
2525
images: ${{ vars.REGISTRY_URL }}/${{ vars.PROJECT_NAME }}/${{ github.event.repository.name }}/app
2626
tags: |

0 commit comments

Comments
 (0)