Skip to content

Commit ac1efe1

Browse files
Bump docker/metadata-action from 4.6.0 to 5.8.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.6.0 to 5.8.0. - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v4.6.0...v5.8.0) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89c9218 commit ac1efe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ jobs:
432432

433433
- name: Extract metadata (tags, labels) for Docker
434434
id: meta
435-
uses: docker/metadata-action@v4.6.0
435+
uses: docker/metadata-action@v5.8.0
436436
if: ${{ (matrix.os == 'ubuntu-latest') }}
437437
with:
438438
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)