From 9bcec0a174e70b831be7a2a3c8248e26094836a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:55:33 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- ghcr-docker/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcr-docker/action.yml b/ghcr-docker/action.yml index 1ac2616..39186c4 100644 --- a/ghcr-docker/action.yml +++ b/ghcr-docker/action.yml @@ -51,7 +51,7 @@ runs: latest=auto - name: "Docker: Build and Push Image" - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: ${{ inputs.push }} load: ${{ inputs.load }}