Skip to content

Commit a08775e

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 7374596 commit a08775e

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
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: build and push
160160
id: build_and_push
161-
uses: docker/build-push-action@v5
161+
uses: docker/build-push-action@v6
162162
with:
163163
context: ${{ inputs.dockerContext }}
164164
file: ${{ inputs.dockerFilePath }}

0 commit comments

Comments
 (0)