From 266121118c8e728c9fb8ac8571b5d3a91f251fac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:04:39 +0000 Subject: [PATCH] Update docker/build-push-action action to v4 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v3 | v4 | Signed-off-by: Renovate Bot --- .github/workflows/build-and-push-containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-containers.yml b/.github/workflows/build-and-push-containers.yml index 0d7ecfc..39e7208 100644 --- a/.github/workflows/build-and-push-containers.yml +++ b/.github/workflows/build-and-push-containers.yml @@ -42,7 +42,7 @@ jobs: latest=false - name: Build image. Push for release - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: . file: ./Dockerfile