From 20822521a40c1d74afd92e5a013ed172bb6b3708 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 16:39:44 +0000 Subject: [PATCH] Update docker/build-push-action action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c63007..efe6075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: docker/setup-buildx-action@v3 - name: Docker Build - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 with: context: . load: true @@ -49,7 +49,7 @@ jobs: # curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{} - name: Docker Build and Push - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v5 if: github.ref == 'refs/heads/main' && github.event_name == 'push' with: context: .