From dab1a99a4d139f2c65cee817de0889d5753386c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:57:30 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/actions/publish/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/publish/action.yml b/.github/actions/publish/action.yml index 5eb5c21..5f1afdd 100644 --- a/.github/actions/publish/action.yml +++ b/.github/actions/publish/action.yml @@ -30,7 +30,7 @@ runs: password: ${{ github.token }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: true tags: |