From 368a77cd29e88250759e73d49baf95cbe49f98ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 19:31:43 +0200 Subject: [PATCH] Update docker/build-push-action action to v5 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 412b835..e1f2006 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: sed -i "s+# RUN make test+RUN make test+g" docker/actinia-plugin-tests/Dockerfile - name: Tests of actinia_statistic_plugin id: docker_build - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: push: false tags: actinia-plugin-tests:alpine