From b8ebbdc6bef743173cf0e6e58bec914def266191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 20:25:56 +0000 Subject: [PATCH] Update docker/build-push-action action to v3.3.1 --- .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 b0a2f22..e28e013 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@v3.1.1 + uses: docker/build-push-action@v3.3.1 with: context: . file: ./Dockerfile