From 8cdaa011882e7bf975a9f20edc84eddbbfc8b4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:32:45 +0000 Subject: [PATCH] Bump docker/build-push-action from 5 to 6 in the github-actions group (#53) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 697d89b..99fa8c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/build-push-action@v5 # Action page: + - uses: docker/build-push-action@v6 # Action page: with: context: . push: true