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

github-actions(deps): bump docker/build-push-action from 4 to 6

Browse files

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v4...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '6'
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
@@ -207,7 +207,7 @@ jobs:
207
  type=sha
208
 
209
  - name: Build and push Docker image
210
- uses: docker/build-push-action@v4
211
  with:
212
  context: .
213
  push: true
 
207
  type=sha
208
 
209
  - name: Build and push Docker image
210
+ uses: docker/build-push-action@v6
211
  with:
212
  context: .
213
  push: true