From 8e73640eb8901ff851022e5b585aa34ae704fb16 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 14 Mar 2024 08:38:27 +0000 Subject: [PATCH] Update docker/build-push-action action to v5.3.0 PR created by Renovate Bot. --- .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 7bdfeb8..79a0019 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: https://github.com/docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3 - name: Build and push image - uses: https://github.com/docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2.0 + uses: https://github.com/docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0 with: context: . platforms: linux/amd64