Skip to content

Commit 6e84d0f

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent d4c7a64 commit 6e84d0f

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
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: build and push
165165
id: build_and_push
166-
uses: docker/build-push-action@v5
166+
uses: docker/build-push-action@v6
167167
with:
168168
context: ${{ inputs.dockerContext }}
169169
file: ${{ inputs.dockerFilePath }}

0 commit comments

Comments
 (0)