Skip to content

Commit 9803c61

Browse files
ci(tools): update docker/build-push-action action to v7 (#151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ae4697f commit 9803c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.GITHUB_TOKEN }}
5757

5858
- name: Docker build
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
with:
6161
builder: ${{ steps.buildx.outputs.name }}
6262
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)