From 1d06494a5682e6e9ba8c2eca592bfe349a59f2d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:46:35 +0200 Subject: [PATCH] Update docker/build-push-action action to v5 (#6) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/github-registry.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-registry.yml b/.github/workflows/github-registry.yml index 43e1464..e799309 100644 --- a/.github/workflows/github-registry.yml +++ b/.github/workflows/github-registry.yml @@ -19,7 +19,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . push: true