Skip to content

Commit c6b64b2

Browse files
chore(deps): update docker/build-push-action action to v6 (#1039)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66fe53c commit c6b64b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-quay.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.QUAYIO_TOKEN }}
3939

4040
- name: Build and push ${{ github.ref_name }} to ${{ env.REGISTRY }}
41-
uses: docker/build-push-action@v4
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: .
4444
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)