Skip to content

Commit 57506a9

Browse files
Update docker/build-push-action action to v6 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bdc5aa8 commit 57506a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
username: ${{ secrets.SQNC_DOCKERHUB_USERNAME }}
136136
password: ${{ secrets.SQNC_DOCKERHUB_TOKEN }}
137137
- name: Build image
138-
uses: docker/build-push-action@v5
138+
uses: docker/build-push-action@v6
139139
with:
140140
builder: ${{ steps.buildx.outputs.name }}
141141
context: .

0 commit comments

Comments
 (0)