From 566cfdcdcab0d5a493a7589f475f2c24211d1d1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 19:41:17 +0100 Subject: [PATCH] chore(deps): update docker/build-push-action action to v3.3.1 (#2511) 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 ebecd887a2f..c1e7a79e993 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 Skyra Docker image - uses: docker/build-push-action@v3.2.0 + uses: docker/build-push-action@v3.3.1 with: push: true context: .