Skip to content

Commit 607b722

Browse files
Update docker/build-push-action action to v6
1 parent 1762356 commit 607b722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
119119
- name: Build and push image
120120
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
121-
uses: docker/build-push-action@v5
121+
uses: docker/build-push-action@v6
122122
with:
123123
push: true
124124
context: .

0 commit comments

Comments
 (0)