Skip to content

Commit f85f4a8

Browse files
committed
Updated build-push-action to version 6.
1 parent d3d43a7 commit f85f4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
password: ${{ secrets.DOCKERHUB_PASSWORD }}
116116

117117
- name: Build and push
118-
uses: docker/build-push-action@v5
118+
uses: docker/build-push-action@v6
119119
with:
120120
push: ${{ steps.prep.outputs.is_release == 'yes' }}
121121
provenance: false

0 commit comments

Comments
 (0)