From 09fccc1328a5a5d5a71cf38217c8d5861ffed43d Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 1 Aug 2024 00:48:37 -0400 Subject: [PATCH] Update docker/build-push-action action to v6 (#114) Co-authored-by: Renovate Co-committed-by: Renovate --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index c77a12b..84edabe 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: https://github.com/docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3 - name: Build and push image - uses: https://github.com/docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4.0 + uses: https://github.com/docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 with: context: . platforms: linux/amd64