From 94fa97a162d7b956a5ebae27c49e8a6530025406 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Jun 2024 12:00:41 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3bdac7e..250abe3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . file: ./Dockerfile -- 2.49.1