From 1d3172ec15965fffc74b99546dcc165f9794bd79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:31:07 +0000 Subject: [PATCH] Update docker/build-push-action action to v2.10.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 68fba36..b4a92f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -179,7 +179,7 @@ jobs: password: ${{ secrets.QUAY_TOKEN }} - name: Build and push - uses: docker/build-push-action@v2.7.0 + uses: docker/build-push-action@v2.10.0 with: context: . file: ./Dockerfile