From 5508c664ac0694bba4584efff52e91e8a67a07d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:52:53 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 89080d8..7125d4c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -59,7 +59,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true