From f0b98d9fd9f641f00e9535768c44f7f68dce0e58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 01:04:20 +0100 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 (#160) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index a7cc3f2a0..6e0b8fce1 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -29,7 +29,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Teryl Docker image - uses: docker/build-push-action@v3.3.1 + uses: docker/build-push-action@v5.1.0 with: push: true context: .