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