Skip to content

Commit f480b65

Browse files
ci(deps): bump docker/build-push-action from 5 to 6
Bumps docker/build-push-action from 5 to 6 with build summary support and enhanced attestation handling.
1 parent f20362c commit f480b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
password: ${{ secrets.DOCKERHUB_TOKEN }}
8282

8383
- name: Build and push
84-
uses: docker/build-push-action@v5
84+
uses: docker/build-push-action@v6
8585
with:
8686
context: .
8787
file: Dockerfile

0 commit comments

Comments
 (0)