dependabot[bot] commited on
Commit
c8729f8
·
unverified ·
1 Parent(s): 9f44dc9

github-actions(deps): bump docker/metadata-action from 4 to 5

Browse files

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -196,7 +196,7 @@ jobs:
196
 
197
  - name: Extract metadata
198
  id: meta
199
- uses: docker/metadata-action@v4
200
  with:
201
  images: ${{ env.DOCKER_IMAGE }}
202
  tags: |
 
196
 
197
  - name: Extract metadata
198
  id: meta
199
+ uses: docker/metadata-action@v5
200
  with:
201
  images: ${{ env.DOCKER_IMAGE }}
202
  tags: |