Skip to content

Commit 2d108fe

Browse files
Update docker/build-push-action action to v6
1 parent eea9da0 commit 2d108fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yaml

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

4343
- name: Build and push
4444
id: docker_build
45-
uses: docker/build-push-action@v5
45+
uses: docker/build-push-action@v6
4646
with:
4747
context: .
4848
push: true

0 commit comments

Comments
 (0)