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