chore: merge dependabot/github_actions/docker/build-push-action-6
Browse files
.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
|