dependabot[bot]
commited on
github-actions(deps): bump docker/build-push-action from 4 to 6
Browse filesBumps [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]>
.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@
|
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
|