Skip to content

Commit a83e68b

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 5ba60c4 commit a83e68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docker_image_and_push_to_ecr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: build and push
214214
id: build_and_push
215-
uses: docker/build-push-action@v5
215+
uses: docker/build-push-action@v6
216216
with:
217217
context: ${{ inputs.dockerContext }}
218218
file: ${{ inputs.dockerFilePath }}

0 commit comments

Comments
 (0)