Skip to content

Commit b9ebc01

Browse files
committed
bump up docker/build-push-action action to v6
1 parent 4671219 commit b9ebc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
username: ${{ github.repository_owner }}
115115
password: ${{ secrets.GITHUB_TOKEN }}
116116
- name: Build and release Docker image
117-
uses: docker/build-push-action@v5
117+
uses: docker/build-push-action@v6
118118
with:
119119
context: .
120120
push: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)