Skip to content

Commit de2614f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
username: ${{ secrets.DOCKER_USERNAME }}
5454
password: ${{ secrets.DOCKER_PASSWORD }}
5555
- name: Build and push
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
if: startsWith(github.ref, 'refs/tags/')
5858
with:
5959
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)