From cd9804a05d1627675219f0ee24a9dba66dbac9ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:06:57 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 --- .github/workflows/test-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-container.yml b/.github/workflows/test-container.yml index 0c24e78..74e7c84 100644 --- a/.github/workflows/test-container.yml +++ b/.github/workflows/test-container.yml @@ -68,7 +68,7 @@ jobs: env: ${{ matrix.config.deployment-environment-identifier }} - name: Build and Push Container - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: file: ${{ matrix.config.dockerfile }} context: ${{ matrix.config.context }}