From 36d70756d9a677e42193d1539ea0adce32f1afb8 Mon Sep 17 00:00:00 2001 From: "whitesource-for-github-com[bot]" Date: Fri, 6 May 2022 02:49:20 +0000 Subject: [PATCH] Update docker/build-push-action action to v3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 667b56645..b0cdd6181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -88,7 +88,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: "Build and push" - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v3.0.0 with: context: ./docker file: docker/Dockerfile